blob: f8f560ff118564d3aab72ea5fc20921d880f99b2 (
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.29.1", features = ["io-util"] }
anyhow = "1.0.72"
log = "0.4.19"
serde = { version = "1.0.180", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
|