aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
blob: f2ba7af0ebfc6d70a1d0505a9480e7b4e5a14b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "jellyimport"
version = "0.1.0"
edition = "2021"

[dependencies]
jellycommon = { path = "../common" }
jellybase = { path = "../base" }
jellyclient = { path = "../client" }
# jellymatroska = { path = "../matroska" }
jellyremuxer = { path = "../remuxer" }

log = { workspace = true }
anyhow = "1.0.75"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }

# serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
# bincode = { version = "2.0.0-rc.3", features = ["serde"] }

async-recursion = "1.0.5"
futures = "0.3.29"
tokio = { workspace = true }