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 +