mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
22 lines
581 B
TOML
22 lines
581 B
TOML
[package]
|
|
name = "sd-sync-example"
|
|
version = "0.1.0"
|
|
rust-version = "1.64"
|
|
publish = false
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.85"
|
|
serde = { version = "1.0.145", features = ["derive"] }
|
|
axum = "0.6.4"
|
|
rspc = { workspace = true, features = ["axum"] }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
prisma-client-rust = { workspace = true }
|
|
dotenv = "0.15.0"
|
|
tower-http = { version = "0.3.4", features = ["cors"] }
|
|
sd-sync = { path = ".." }
|
|
uuid = { version = "1.1.2", features = ["v4"] }
|
|
http = "0.2.8"
|