mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
11 lines
239 B
TOML
11 lines
239 B
TOML
[package]
|
|
name = "prisma-cli"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
prisma-client-rust-cli = { workspace = true }
|
|
sd-sync-generator = { path = "../sync-generator" }
|