mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 08:28:27 -04:00
* broken sync example * move to react * filter owned ops more * update deps * working sync * relation operations * fix pnpm lock * please rustfmt * fix api * compare strings properly * please clippy * feature gate logging * use bleeding rspc in example * use bleeding rspc * use generated rspc client
21 lines
548 B
TOML
21 lines
548 B
TOML
[package]
|
|
name = "example-2"
|
|
default-run = "example-2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.64"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.85"
|
|
serde = { version = "1.0.145", features = ["derive"] }
|
|
axum = "0.5.16"
|
|
rspc = { workspace = true, features = ["axum"] }
|
|
tokio = { version = "1.21.2", 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"
|