mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 02:26:21 -04:00
13 lines
286 B
TOML
13 lines
286 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix = "0.13.0"
|
|
actix-web = "4.0.1"
|
|
actix-web-actors = "4.1.0"
|
|
sdcore = { path = "../../core", features = [] }
|
|
serde = "1.0.136"
|
|
serde_json = "1.0.79"
|
|
tokio = { version = "1.17.0", features = ["sync", "rt"] } |