mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Sort dependencies in Cargo.toml files
This commit is contained in:
parent
903010dbe1
commit
3785e57513
9 changed files with 29 additions and 20 deletions
|
|
@ -14,6 +14,8 @@ name = "aquatic_common"
|
|||
cpu-pinning = ["hwloc", "libc"]
|
||||
|
||||
[dependencies]
|
||||
aquatic_toml_config = "0.1.0"
|
||||
|
||||
ahash = "0.7"
|
||||
anyhow = "1"
|
||||
arc-swap = "1"
|
||||
|
|
@ -24,7 +26,6 @@ log = "0.4"
|
|||
privdrop = "0.5"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
aquatic_toml_config = "0.1.0"
|
||||
|
||||
# cpu-pinning
|
||||
hwloc = { version = "0.5", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue