Remove unused dependencies
This commit is contained in:
parent
d06542f99c
commit
9412817a66
|
@ -19,17 +19,12 @@ hyper-util = { version = "0.1", features = ["full"] }
|
||||||
julianday = "1.2.0"
|
julianday = "1.2.0"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" }
|
lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" }
|
||||||
#scraper = "0.18"
|
|
||||||
select = "0.6.0"
|
select = "0.6.0"
|
||||||
serde = "1.0.195"
|
serde = "1.0.195"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_with = {version = "3.5.0", features = ["json"]}
|
serde_with = {version = "3.5.0", features = ["json"]}
|
||||||
sha1 = "0.10"
|
sha1 = "0.10"
|
||||||
sha2 = "0.10"
|
|
||||||
sha3 = "0.10"
|
sha3 = "0.10"
|
||||||
sled = "0.34.7"
|
sled = "0.34.7"
|
||||||
time = "0.3.30"
|
time = "0.3.30"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
||||||
# probably not needed once I can query an API
|
|
||||||
rand = { version = "0.8", features = ["std_rng"]}
|
|
||||||
|
|
Loading…
Reference in New Issue