Преглед изворни кода

Remove unused dependencies

Vecna пре 3 месеци
родитељ
комит
9412817a66
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      Cargo.toml

+ 0 - 5
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"]}