Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
15
crates/codegen/xai-prompt-queue/Cargo.toml
Normal file
15
crates/codegen/xai-prompt-queue/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
name = "xai-prompt-queue"
|
||||
version = "0.1.0"
|
||||
description = "Shared prompt-queue wire types for xai-grok-shell and xai-grok-pager"
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Reference in a new issue