mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
18 lines
456 B
TOML
18 lines
456 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
sd-core = { path = "../../core", features = ["ffmpeg"] }
|
|
rspc = { workspace = true, features = ["axum"] }
|
|
httpz = { workspace = true, features = ["axum"] }
|
|
axum = "0.6.4"
|
|
tokio = { workspace = true, features = ["sync", "rt-multi-thread", "signal"] }
|
|
tracing = "0.1.36"
|
|
ctrlc = "3.2.3"
|
|
http = "0.2.8"
|
|
hyper = "0.14.23"
|