Skip to content

Commit

Permalink
Correct config by enabling redis feature (on by default, but defaults…
Browse files Browse the repository at this point in the history
… are off)
  • Loading branch information
rhigman committed Feb 6, 2025
1 parent 0a5d8ab commit 1a28ebd
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 5 deletions.
207 changes: 203 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion thoth-loco-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
loco-rs = { version = "0.14.0", default-features = false, features = ["cli"] }
loco-rs = { version = "0.14.0", default-features = false, features = ["cli", "bg_redis"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
tokio = { version = "1.33.0", default-features = false, features = [
Expand Down

0 comments on commit 1a28ebd

Please sign in to comment.