summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63d73e0..6c71c6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ authors = ["namilsk <namilsk@namilsk.tech>",
clap = { version = "4.5.53", features = ["derive"] }
toml = { version = "0.9.8", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
+tokio = { version = "1.48.0", features = ["macros", "rt"] }
flate2 = "1.1.5"
log = "0.4.28"
sqlite = "0.37.0"
@@ -18,7 +19,4 @@ tar = "0.4.44"
emissary-core = "0.2.0"
yosemite = "0.6.1"
cc = "1.2.48"
-tokio = { version = "1.48.0", features = ["macros", "rt"] }
-
-