blob: fa68ec8515178894e9f7afba5fab4607f9d1e7d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "jellystream"
version = "0.1.0"
edition = "2024"
[dependencies]
jellycommon = { path = "../common" }
jellycache = { path = "../cache" }
jellytranscoder = { path = "../transcoder" }
jellyremuxer = { path = "../remuxer" }
jellystream-types = { path = "types" }
log = { workspace = true }
anyhow = { workspace = true }
serde_json = "1.0.145"
serde = { version = "1.0.228", features = ["derive"] }
|