Sort dependencies properly

This commit is contained in:
Xiretza 2024-02-20 19:58:28 +00:00
parent 3c0db5f1b5
commit a50660ddc3

View file

@ -14,6 +14,7 @@ categories = ["authentication", "games"]
opt-level = 3
[dependencies]
async-trait = "0.1.77"
axum = "0.7.4"
base64 = "0.21.7"
clap = { version = "4.5.0", features = ["derive"] }
@ -39,4 +40,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rustls = "=0.21.7"
rustls-webpki = "=0.101.6"
sct = "=0.7.0"
async-trait = "0.1.77"
# end of overrides