Skip to content

Commit ce1009e

Browse files
author
LorenzoTettamanti
committed
Published cfcli v 0.1.3
1 parent a46f832 commit ce1009e

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ directories = "6.0.0"
1717
serde = { version = "1.0.219", features = ["derive"] }
1818
serde_yaml = "0.9.34"
1919
tracing = "0.1.41"
20-
tokio = "1.47.0"
20+
tokio = {version = "1.47.0",features = ["macros",'rt-multi-thread']}
2121
anyhow = "1.0.98"
22-
api = { path = "../core/api",version = "0.1.0"}
22+
agent_api = { path = "../core/api",version = "0.1.0"}
2323
tonic = "0.14.1"
2424
tonic-reflection = "0.14.1"
2525
prost-types = "0.14.1"

core/Cargo.lock

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

core/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "api"
2+
name = "agent_api"
33
version = "0.1.0"
44
edition = "2021"
55

0 commit comments

Comments
 (0)