diff options
| author | 2024-12-22 23:48:39 -0600 | |
|---|---|---|
| committer | 2024-12-22 23:48:39 -0600 | |
| commit | 1f5693c5531fa7ddf7bfdb8e27dc48d9765b97ca (patch) | |
| tree | 72bd95bb067306a9cf4d133a510fd10590f54d12 /Cargo.toml | |
| parent | use paths instead of dumb strings (diff) | |
when the
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,9 +5,11 @@ edition = "2021" [dependencies] chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] } +hex = { version = "0.4.3", features = ["serde"] } log = "0.4.22" regex = "1.11.1" reqwest = "0.12.9" +rust-crypto = "0.2.36" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" tokio = { version = "1.42.0", features = ["fs"] } |
