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 /remuxer/Cargo.toml | |
parent | 0f944c90380b28e010211f3c8d57423e38bb2c11 (diff) | |
download | jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar.bz2 jellything-43e986b5e626b339095c118fa79ba6cd011aeb9f.tar.zst |
doesnt work but should
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r-- | remuxer/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index 4870c25..e6a4b48 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +tokio = { version = "1.24.1", features = ["io-util"] } jellycommon = { path = "../common" } webm-iterable = "0.4.2" |