diff options
| author | seth <[email protected]> | 2023-11-30 23:30:00 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-01 07:12:49 -0500 |
| commit | 85402f9103b55dff65c6a6079c6902080e5a30a6 (patch) | |
| tree | eba04a9f9938ac1d7ac14cb5d7bc5e0fb8f4db16 /Cargo.toml | |
| parent | 41dfa94258215769b9d844875e79097d4a498770 (diff) | |
feat: add redis for reactboard
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,11 +18,14 @@ log = "0.4.20" poise = "0.5.7" once_cell = "1.18.0" rand = "0.8.5" +redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] } +redis-macros = "0.2.1" reqwest = { version = "0.11.22", default-features = false, features = [ "rustls-tls", "json", ] } serde = "1.0.193" +serde_json = "1.0.108" tokio = { version = "1.33.0", features = [ "macros", "rt-multi-thread", |
