diff --git a/Cargo.toml b/Cargo.toml index b89b6c5..2cb9c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ dirs = "5.0.1" ctrlc-async = "3.2.2" thiserror = "1.0.50" turf = "0.7.0" -tokio = "1.34.0" +tokio = { version = "1.34.0", default-features = false, features = ["rt", "sync"] } log = "0.4.20" futures-util = "0.3.29" futures = "0.3.29"