aboutsummaryrefslogtreecommitdiff
path: root/remuxer/Cargo.toml
blob: 4fae27e783c8a8b21568bb3e4760f7ebb4031516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jellyremuxer"
version = "0.1.0"
edition = "2021"

[dependencies]
jellycommon = { path = "../common" }
jellymatroska = { path = "../matroska" }
jellybase = { path = "../base" }

tokio = { version = "1.32.0", features = ["io-util"] }
anyhow = "1.0.75"
log = { workspace = true }

serde = { version = "1.0.188", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }