Skip to content

Commit

Permalink
Add redis-storage to pkg/rust/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Nov 18, 2023
1 parent d0d79fa commit 69867f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ csv-storage = { workspace = true, optional = true }
composite-storage = { workspace = true, optional = true }
web-storage = { workspace = true, optional = true }
idb-storage = { workspace = true, optional = true }
redis-storage = { workspace = true, optional = true }

[dev-dependencies]
futures = "0.3"
Expand All @@ -46,4 +47,5 @@ default = [
"json-storage",
"csv-storage",
"composite-storage",
"redis-storage",
]

0 comments on commit 69867f5

Please sign in to comment.