aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-26 23:34:03 -0700
committerFuwn <[email protected]>2021-05-26 23:34:03 -0700
commitfca71ccccab25645de00406bd88d6132941f35dc (patch)
tree416ad62d129d5a27218fed3d3662b9cda28ac13d /crates/whirl_api/Cargo.toml
parentdocs(crates): clarify that whirl_db is unimplemented (diff)
downloadwhirl-fca71ccccab25645de00406bd88d6132941f35dc.tar.xz
whirl-fca71ccccab25645de00406bd88d6132941f35dc.zip
refactor(global): move thread creation to respective crates
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
-rw-r--r--crates/whirl_api/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 3ce7ba3..315b7ae 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -21,6 +21,7 @@ actix-cors = "0.5.4"
# Utility
sysinfo = "0.18.0"
whirl_common = { path = "../whirl_common" }
+tokio = { version = "1.6.0", features = ["full"] }
# Serialization
serde = "1.0.126"
@@ -28,3 +29,6 @@ serde_derive = "1.0.126"
# Logging
log = "0.4.14"
+
+# Config
+whirl_config = { path = "../whirl_config" }