diff options
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 } |