Files
spacedrive/crates/sync-generator/Cargo.toml
jake 5d3a156747 SPDX license and workspace inheritence for re-used metadata (#833)
use workspace inheritence for license, edition and repo URL
2023-05-20 01:52:55 +00:00

18 lines
444 B
TOML

[package]
name = "sd-sync-generator"
version = "0.1.0"
license.workspace = true
repository.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1.1"
once_cell = "1.16.0"
prisma-client-rust-sdk = { workspace = true }
proc-macro2 = "1.0.47"
quote = "1.0.21"
serde = { version = "1.0.147", features = ["derive"] }
thiserror = "1.0.37"