diff options
| author | seth <[email protected]> | 2024-02-18 18:30:42 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-18 18:38:30 -0500 |
| commit | c6446aa74006ab73059e316917791c5230d1e897 (patch) | |
| tree | d9d74191a7f220a275a6fb1341bd894ba3f2372f /Cargo.toml | |
| parent | db362aefe343e2cb27d6c01c89464b0a8100b295 (diff) | |
use newer eyre directly
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,10 +14,12 @@ bottomify = "1.2.0" color-eyre = "0.6.2" dotenvy = "0.15.7" env_logger = "0.11.1" +eyre = "0.6.12" include_dir = "0.7.3" log = "0.4.20" poise = "0.6.1" once_cell = "1.19.0" +owo-colors = "4.0.0" rand = "0.8.5" redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" |
