mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +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
|
|
@ -8,8 +8,9 @@ description = "aquatic BitTorrent tracker CLI helpers"
|
|||
repository = "https://github.com/greatest-ape/aquatic"
|
||||
|
||||
[dependencies]
|
||||
aquatic_toml_config = "0.1.0"
|
||||
|
||||
anyhow = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
simplelog = "0.11"
|
||||
toml = "0.5"
|
||||
aquatic_toml_config = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue