mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
17 lines
389 B
TOML
17 lines
389 B
TOML
[package]
|
|
name = "sd-sync"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
specta = { workspace = true, features = ["uuid", "uhlc"] }
|
|
serde = "1.0.145"
|
|
serde_json = "1.0.85"
|
|
uhlc = "0.5.1"
|
|
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
|
prisma-client-rust = { workspace = true }
|
|
serde-value = "0.7.0"
|