summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" }