From dc3917b05018cb32e2451d9eaed242036c5e7512 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 28 Jan 2025 21:23:07 -0600 Subject: wip: auth --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0b15061..d4a405c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.2.3-70-g09d2