Skip to content

Commit 895fc86

Browse files
committed
[WIP] Version for ag-ui-core in client crate
1 parent 38a9057 commit 895fc86

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

rust-sdk/Cargo.lock

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-sdk/crates/ag-ui-client/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88

99
[dependencies]
10-
ag-ui-core = { path = "../ag-ui-core"}
10+
ag-ui-core = { version = "0.1.0" }
1111
thiserror = { workspace = true }
1212
serde = { workspace = true, features = ["derive"] }
1313
serde_json = { workspace = true }
@@ -24,6 +24,9 @@ tokio = "1.36.0"
2424
env_logger = "0.11.8"
2525
tokio = { version = "1.36.0", features = ["full"] }
2626

27+
[patch.crates-io]
28+
ag-ui-core = { path = "../ag-ui-core" }
29+
2730
[[example]]
2831
name = "http-agent"
2932
path = "examples/basic_agent.rs"

0 commit comments

Comments
 (0)