mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
12 lines
170 B
TOML
12 lines
170 B
TOML
[package]
|
|
name = "data-validator"
|
|
version = "26.4.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
walkdir = "2.5"
|
|
|
|
[[bin]]
|
|
name = "data-validator"
|
|
path = "data.rs" |