Skip to content

Commit ffd6552

Browse files
committed
fix: added missing dependencie
1 parent fb679cf commit ffd6552

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/manual/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ prost = { workspace = true }
1515
tonic = { workspace = true }
1616
tokio = { workspace = true }
1717
async-nats = { workspace = true }
18-
clap ={ version = "4.6.0", features= ["derive"] }
18+
clap = { version = "4.6.0", features= ["derive"] }
19+
async-trait = { workspace = true }

0 commit comments

Comments
 (0)