mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-12 19:59:19 +01:00
chore: trim down dependencies
This commit is contained in:
parent
950b9bd3e5
commit
51e920ef1a
1 changed files with 3 additions and 4 deletions
|
@ -11,10 +11,9 @@ description = "check mumble server stats using http requests"
|
|||
#license = "LICENSE"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.5.0"
|
||||
chrono = "0.4.34"
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
tokio = { version = "1.36", features = ["net", "macros", "rt-multi-thread", "io-util"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
|
|
Loading…
Reference in a new issue