Files
spacedrive/apps/server/Cargo.toml

13 lines
313 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2021"
[dependencies]
sd-core = { path = "../../core", features = ["ffmpeg"] }
rspc = { workspace = true, features = ["axum"] }
axum = "0.5.16"
tokio = { workspace = true, features = ["sync", "rt-multi-thread", "signal"] }
tracing = "0.1.36"
ctrlc = "3.2.3"