We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9272f commit 993e457Copy full SHA for 993e457
2 files changed
Cargo.toml
@@ -21,3 +21,4 @@ bytes = "1.10.1"
21
prost = "0.14.1"
22
walkdir = "2.5.0"
23
log = "0.4.28"
24
+tonic = "0.14.2"
crates/cli/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "code0-cli"
3
version = "0.0.0"
4
edition = "2024"
5
-description = "The cli for managing the Code0-Definitions"
+description = "The CLI for managing the CodeZero's definitions"
6
repository = "https://github.com/code0-tech/code0-definitions"
7
homepage = "https://code0.tech"
8
license = "Apache-2.0"
@@ -22,5 +22,6 @@ futures = { workspace = true }
zip = { workspace = true }
bytes = { workspace = true }
prost = { workspace = true }
25
-tonic = "0.14.2"
26
-log = "0.4.28"
+tonic = { workspace = true }
+log = { workspace = true }
27
+
0 commit comments