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,13 +8,13 @@ rust-version = "1.60.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
rmpv = "1.0"
uuid = { version = "1.0" }
atoi = "2.0"
chrono = { version = "0.4.22", default-features = false, features = ["std"] }
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
anyhow.workspace = true
rmpv.workspace = true
uuid.workspace = true
atoi.workspace = true
chrono = { workspace = true, features = ["std"] }
rustls = { workspace = true, optional = true }
rustls-pemfile = { workspace = true, optional = true }
g3-types = { path = "../g3-types" }
[features]