blob: b4ee07ef35f523457c4d20eadecc649a96942e05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "jellyremuxer"
version = "0.1.0"
edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellymatroska = { path = "../matroska" }
tokio = { version = "1.24.1", features = ["io-util"] }
anyhow = "1.0.68"
log = "0.4.17"
serde = { version = "1.0.152", features = ["derive"] }
bincode = "2.0.0-rc.2"
|