blob: a03a85c4f86f48f9cb68503bb3535b4da8c21c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "jellystream"
version = "0.1.0"
edition = "2021"
[dependencies]
jellycommon = { path = "../common", features = ["rocket"] }
jellybase = { path = "../base" }
jellytranscoder = { path = "../transcoder" }
jellyremuxer = { path = "../remuxer" }
log = { workspace = true }
anyhow = { workspace = true }
tokio = { version = "1.32.0", features = ["io-util"] }
tokio-util = { version = "0.7.9", features = ["io", "io-util"] }
|