summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-29 16:08:17 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-29 16:08:17 +0300
commitf3d98b21d0b66952501aed5403df6773716f9e0b (patch)
tree90eca38f0edbda3c7caa36d4175531bab0566469 /Cargo.toml
parent11ccd034109224849fff54c12785e454deba6741 (diff)
Connected some functions to main.rs.
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 6173d2d..63d73e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,9 +16,9 @@ log = "0.4.28"
sqlite = "0.37.0"
tar = "0.4.44"
emissary-core = "0.2.0"
-tokio = "1.48.0"
yosemite = "0.6.1"
cc = "1.2.48"
+tokio = { version = "1.48.0", features = ["macros", "rt"] }