diff --git a/Cargo.toml b/Cargo.toml index 555f1cd..926c06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,11 +31,13 @@ shell-escape = "0.1.5" sys-info = "0.9.0" snafu = "0.6.10" tempfile = "3.1.0" -tokio-test = "0.4.0" users = "0.11.0" uuid = { version = "0.8.2", features = ["serde", "v4"] } validator = { version = "0.14", features = ["derive"] } +[dev-dependencies] +tokio-test = "0.4.0" + [dependencies.tokio] version = "1.0.0" features = [