diff options
Diffstat (limited to 'yt/Cargo.toml')
-rw-r--r-- | yt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/Cargo.toml b/yt/Cargo.toml index 4cc712c..e35e4be 100644 --- a/yt/Cargo.toml +++ b/yt/Cargo.toml @@ -35,7 +35,6 @@ regex = "1.11.0" sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] } stderrlog = "0.6.0" tempfile = "3.13.0" -tokio = { version = "1.40.0", features = [ "rt-multi-thread", "macros", "process", "time", "io-std", ] } toml = "0.8.19" trinitry = { version = "0.2.2" } xdg = "2.5.2" @@ -44,6 +43,7 @@ libmpv2.workspace = true log.workspace = true serde.workspace = true serde_json.workspace = true +tokio.workspace = true url.workspace = true yt_dlp.workspace = true |