use the right cargo.toml

This commit is contained in:
marc
2021-01-05 14:25:34 +01:00
committed by Pierre Mavro
parent 157a9ed6e3
commit b89b1c8a68
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ rand = "0.7.3"
gethostname = "0.2.1"
reqwest = { version = "0.10.8", features = ["blocking"] }
futures = "0.3"
time = "0.2.23"
# FIXME use https://crates.io/crates/blocking instead of runtime.rs
# tar gz

View File

@@ -19,6 +19,7 @@ reqwest = { version = "0.10.8", features = ["blocking"] }
tracing = "0.1"
tracing-subscriber = "0.2"
retry = "1.0.0"
time = "0.2.23"
# Digital Ocean Deps
digitalocean = "0.1.1"