mirror of https://github.com/dragonflyoss/api.git
chore: add protoc dependencies in Cargo.toml (#143)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
6cbaf36ba8
commit
9ef3e71cfa
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "dragonfly-api"
|
name = "dragonfly-api"
|
||||||
version = "1.9.7"
|
version = "1.9.8"
|
||||||
authors = ["Gaius <gaius.qi@gmail.com>"]
|
authors = ["Gaius <gaius.qi@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
@ -14,6 +14,7 @@ readme = "README.md"
|
||||||
tonic = "0.9.0"
|
tonic = "0.9.0"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
prost-types = "0.11"
|
prost-types = "0.11"
|
||||||
|
protoc = "2.28.0"
|
||||||
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue