There was an error while loading. Please reload this page.
1 parent 520b821 commit 423b358Copy full SHA for 423b358
ciphercore-base/Cargo.toml
@@ -31,7 +31,10 @@ json = "0.12.4"
31
arbitrary = { version = "1", optional = true, features = ["derive"] }
32
pyo3 = { version = "0.17.1", optional = true, features = ["extension-module"] }
33
anyhow = { version = "1.0.70", features = ["backtrace"] }
34
-tonic = { version = "0.9.2", optional = true }
+tonic = { version = "0.9.2", default-features = false, features = [
35
+ "codegen",
36
+ "prost",
37
+], optional = true }
38
aes = "0.8.2"
39
cipher = { version = "0.4.4", features = ["block-padding"] }
40
0 commit comments