From 9412817a6632dec511d377eae0db44eeb0722295 Mon Sep 17 00:00:00 2001 From: Vecna Date: Wed, 28 Feb 2024 12:01:05 -0500 Subject: [PATCH] Remove unused dependencies --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d93807..be78d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,17 +19,12 @@ hyper-util = { version = "0.1", features = ["full"] } julianday = "1.2.0" lazy_static = "1" lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" } -#scraper = "0.18" select = "0.6.0" serde = "1.0.195" serde_json = "1.0" serde_with = {version = "3.5.0", features = ["json"]} sha1 = "0.10" -sha2 = "0.10" sha3 = "0.10" sled = "0.34.7" time = "0.3.30" tokio = { version = "1", features = ["full"] } - -# probably not needed once I can query an API -rand = { version = "0.8", features = ["std_rng"]}