mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +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,18 +8,18 @@ rust-version = "1.66.0"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4.22", default-features = false }
|
||||
humanize-rs = "0.1"
|
||||
idna = "0.3"
|
||||
ascii = "1.0"
|
||||
rand = "0.8"
|
||||
ip_network = { version = "0.4", optional = true }
|
||||
regex = { version = "1.5", optional = true }
|
||||
rustls = { version = "0.20", optional = true }
|
||||
rustls-pemfile = { version = "1.0", optional = true }
|
||||
openssl = { version = "0.10", optional = true }
|
||||
anyhow.workspace = true
|
||||
serde_json.workspace = true
|
||||
chrono.workspace = true
|
||||
humanize-rs.workspace = true
|
||||
idna.workspace = true
|
||||
ascii.workspace = true
|
||||
rand.workspace = true
|
||||
ip_network = { workspace = true, optional = true }
|
||||
regex = { workspace = true, optional = true }
|
||||
rustls = { workspace = true, optional = true }
|
||||
rustls-pemfile = { workspace = true, optional = true }
|
||||
openssl = { workspace = true, optional = true }
|
||||
g3-types = { path = "../g3-types" }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue