Remove unused dependencies

This commit is contained in:
Vecna 2024-02-28 12:01:05 -05:00
parent d06542f99c
commit 9412817a66
1 changed files with 0 additions and 5 deletions

View File

@ -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"]}