summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-03 08:16:12 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-03 08:16:12 +0100
commit8de704b936960ec78e55c09b9bc3705aa8298596 (patch)
tree11ca5b77493fcd88d92eb71731f84725bcb04a6f /Cargo.toml
parent6bcc9af36a900a897aa041deb96d9c3330fe40b2 (diff)
Dependency: tokio: Enable only features we need
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1babec6..2b8e3a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ syntect = "4.4"
thiserror = "1"
url = { version = "2", features = ["serde"] }
-tokio = { version = "0.2", features = ["full"] }
+tokio = { version = "0.2", features = ["macros", "fs"] }
shiplift = { git = "https://github.com/softprops/shiplift", branch = "master" }