mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
13 lines
307 B
TOML
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"
|