diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-11 23:16:10 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-11 23:16:10 +0100 |
commit | 43e986b5e626b339095c118fa79ba6cd011aeb9f (patch) | |
tree | aeb70c1233d6bade2d04e86086f48e88b72f3815 /server/Cargo.toml | |
parent | 0f944c90380b28e010211f3c8d57423e38bb2c11 (diff) | |
download | jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar.bz2 jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar.zst |
doesnt work but should
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 4128b40..b8a57f2 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } +jellyremuxer = { path = "../remuxer" } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" @@ -14,7 +15,8 @@ env_logger = "0.10.0" anyhow = "1.0.68" rocket = "0.5.0-rc.2" -tokio = "1.24.1" +tokio = { version = "1.24.1", features = ["io-util"] } +tokio-util = { version = "0.7.4", features = ["io", "io-util"] } markup = "0.13.1" chashmap = "2.2.2" |