mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
use workspace level dependencies
This commit is contained in:
parent
03122e9a18
commit
df978f445e
42 changed files with 419 additions and 344 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue