mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* new sql lib stuff * add sync stuff + rename all crates * build sd-core * add sync/example/dist to source * fix sync example in monorepop * appease clippy * update lockfile * update commit hooks * fix typescript * fix typescript build * please rustfmt
13 lines
308 B
TOML
13 lines
308 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sd-core = { path = "../../core", features = [] }
|
|
rspc = { version = "0.0.5", features = ["axum"] }
|
|
axum = "0.5.13"
|
|
tokio = { version = "1.17.0", features = ["sync", "rt-multi-thread", "signal"] }
|
|
tracing = "0.1.35"
|
|
ctrlc = "3.2.2"
|