diff --git a/databases/redispool/cargo.toml b/databases/redispool/Cargo.toml similarity index 95% rename from databases/redispool/cargo.toml rename to databases/redispool/Cargo.toml index 254f372..7cd371d 100644 --- a/databases/redispool/cargo.toml +++ b/databases/redispool/Cargo.toml @@ -20,4 +20,4 @@ redis = { version = "0.24.0", features = [ "aio", "tokio-comp", ] } -axum_session.workspace = true \ No newline at end of file +axum_session.workspace = true