Skip to content

Commit 993e457

Browse files
committed
dependencies: cleanup
1 parent 2f9272f commit 993e457

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ bytes = "1.10.1"
2121
prost = "0.14.1"
2222
walkdir = "2.5.0"
2323
log = "0.4.28"
24+
tonic = "0.14.2"

crates/cli/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "code0-cli"
33
version = "0.0.0"
44
edition = "2024"
5-
description = "The cli for managing the Code0-Definitions"
5+
description = "The CLI for managing the CodeZero's definitions"
66
repository = "https://github.com/code0-tech/code0-definitions"
77
homepage = "https://code0.tech"
88
license = "Apache-2.0"
@@ -22,5 +22,6 @@ futures = { workspace = true }
2222
zip = { workspace = true }
2323
bytes = { workspace = true }
2424
prost = { workspace = true }
25-
tonic = "0.14.2"
26-
log = "0.4.28"
25+
tonic = { workspace = true }
26+
log = { workspace = true }
27+

0 commit comments

Comments
 (0)