diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,14 +12,16 @@ indexmap = { version = "2.7.1", features = ["serde"] } lazy_static = "1.5.0" log = "0.4.22" lzma-rs = { version = "0.3.0", features = ["stream"] } +multimap = { version = "0.10.0", features = ["serde"] } regex = "1.11.1" reqwest = { version = "0.12.12", features = ["json", "stream"] } serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] } sysinfo = { version = "0.33.1", features = ["system", "multithread"] } -tokio = { version = "1.42.0", features = ["fs", "io-util", "sync", "rt"] } +tokio = { version = "1.42.0", features = ["fs", "io-util", "sync", "rt", "macros"] } tokio-stream = { version = "0.1.17", features = ["fs"] } +uuid = { version = "1.12.1", features = ["v4", "serde"] } walkdir = "2.5.0" zip = { version = "2.2.2", default-features = false, features = ["bzip2", "deflate", "deflate64", "lzma", "xz"] } |
