Test-only dependencies

This commit is contained in:
Vecna 2024-03-29 16:17:38 -04:00
parent 63ed7b2951
commit 90071c3e1d
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
array-bytes = "6.2.0"
base64 = "0.21.7"
bincode = "1"
chrono = "0.4"
clap = { version = "4.4.14", features = ["derive"] }
@ -22,7 +21,6 @@ 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" }
rand = "0.8.5"
serde = "1.0.197"
serde_json = "1.0"
serde_with = {version = "3.7.0", features = ["json"]}
@ -32,3 +30,7 @@ sled = "0.34.7"
time = "0.3.30"
tokio = { version = "1", features = ["full"] }
tokio-cron = "0.1.2"
[dev-dependencies]
base64 = "0.21.7"
rand = "0.8.5"