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
18
crates/codegen/xai-acp-lib/Cargo.toml
Normal file
18
crates/codegen/xai-acp-lib/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-acp-lib"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
agent-client-protocol = { workspace = true, features = ["unstable"] }
|
||||
async-trait = { workspace = true }
|
||||
derive_more = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
serde.workspace = true
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
serde_json.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Reference in a new issue