Sort dependencies properly
This commit is contained in:
parent
3c0db5f1b5
commit
a50660ddc3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue