diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-12 13:54:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-12 13:54:04 +0200 |
commit | e99bde7a00a161ff5dd91eaf1ce546a9d98cef05 (patch) | |
tree | 454c2de6fae85720064b35593158e612b2d9fefb /stream/Cargo.toml | |
parent | 356b3b8eebf22083c7d9655bb43e141dd0df732c (diff) | |
download | jellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar jellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar.bz2 jellything-e99bde7a00a161ff5dd91eaf1ce546a9d98cef05.tar.zst |
move stream types to own crate; removes a common dep
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 33741d7..fb8cfe2 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -8,6 +8,7 @@ jellycommon = { path = "../common" } jellycache = { path = "../cache" } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } +jellystream-types = { path = "types" } log = { workspace = true } anyhow = { workspace = true } |