Files
spacedrive/apps/server/Cargo.toml
2022-10-05 08:58:03 +08:00

13 lines
307 B
TOML

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