mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 04:44:14 -04:00
- Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins
15 lines
299 B
TOML
15 lines
299 B
TOML
[package]
|
|
name = "prisma-cli"
|
|
version = "0.1.0"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
# Spacedrive Sub-crates
|
|
sd-sync-generator = { path = "../sync-generator" }
|
|
|
|
# Workspace dependencies
|
|
prisma-client-rust-cli = { workspace = true }
|