use workspace level dependencies

This commit is contained in:
zhangjingqiang 2023-04-04 17:47:07 +08:00
parent 03122e9a18
commit df978f445e
42 changed files with 419 additions and 344 deletions

View file

@ -8,8 +8,8 @@ rust-version = "1.63.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.77"
tokio = { version = "1.0", features = ["net"] }
libc.workspace = true
tokio = { workspace = true, features = ["net"] }
socket2 = { version = "0.5", features = ["all"] }
rand = "0.8"
rand.workspace = true
g3-types = { path = "../g3-types" }