Jamie Pine d90b486865 refactor: update project dependencies and remove unused components
- Removed the `prisma-client-rust` and `prisma-client-rust-sdk` dependencies from `Cargo.toml` to streamline the project.
- Deleted the `spacedrive-jobs-derive` crate, consolidating job registration functionality into the main job system.
- Updated the `.gitattributes` file to reflect changes in generated code tracking.
- Adjusted the `package.json` scripts for improved build processes and removed unnecessary commands.
- Enhanced the `combine.sh` script to correctly reference documentation paths.

These changes aim to simplify the project structure and improve maintainability.
2025-09-08 17:26:31 -04:00

15 lines
351 B
TOML

[package]
authors = ["Jamie Pine <jamie@spacedrive.com>"]
edition = "2021"
name = "task-validator"
version = "0.1.0"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
comfy-table = "7.1"
glob = "0.3"
jsonschema = "0.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"