24 lines
589 B
TOML
24 lines
589 B
TOML
[package]
|
|
name = "crabidy-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
gstreamer = "0.20.5"
|
|
gstreamer-play = "0.20.2"
|
|
tokio = { version = "1.28.0", features = ["full"] }
|
|
tidaldy = { path = "../tidaldy" }
|
|
crabidy-core = { path = "../crabidy-core" }
|
|
once_cell = "1.17.1"
|
|
serde_json = "1.0.96"
|
|
serde = "1.0.163"
|
|
flume = "0.10.14"
|
|
tonic = "0.9.2"
|
|
async-trait = "0.1.68"
|
|
futures = "0.3.28"
|
|
tokio-stream = { version = "0.1.14", features = ["sync"] }
|
|
dirs = "5.0.1"
|