From a50660ddc3d37848d334d1e1073b7c1440e8fa1e Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 20 Feb 2024 19:58:28 +0000 Subject: [PATCH] Sort dependencies properly --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa87654..35d9e35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 +