Skip to content

Commit bc6c39f

Browse files
committed
refactor: move to lib
1 parent 0a119d9 commit bc6c39f

File tree

8 files changed

+212
-119
lines changed

8 files changed

+212
-119
lines changed

Cargo.lock

Lines changed: 94 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
axum = "0.8.8"
88
dotenv = "0.15.0"
9-
redis = "0.30.0"
9+
redis = { version = "0.30.0", features = ["r2d2", "tokio-comp", "connection-manager"] }
1010
serde = { version = "1.0.228", features = ["derive"] }
1111
serde_json = "1.0.149"
1212
serenity = "0.12.5"
@@ -18,3 +18,5 @@ tower-http = { version = "0.6.8", features = ["fs", "trace"] }
1818
tracing = "0.1.44"
1919
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
2020
poise = "0.6.1"
21+
r2d2 = "0.8.10"
22+
anyhow = "1.0.101"

0 commit comments

Comments
 (0)