mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 12:54:21 -04:00
- Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins
19 lines
598 B
TOML
19 lines
598 B
TOML
[package]
|
|
name = "sd-sync"
|
|
version = "0.1.0"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
prisma-client-rust = { workspace = true }
|
|
rmp = { workspace = true }
|
|
rmp-serde = { workspace = true }
|
|
rmpv = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
specta = { workspace = true, features = ["serde_json", "uhlc", "uuid"] }
|
|
uhlc = { workspace = true }
|
|
uuid = { workspace = true, features = ["serde", "v4"] }
|