Files
shturman/crates/tools/shturman-manifest-validator/Cargo.toml
T
kk0t9 69e4e06940 feat(validator): manifest-validator (F02) + bad-manifest фикстуры (F04)
Правила: id не ru.shturman.*, shturman_api поддержан, len(tiles)<=ui_tiles, vehicle_read из каталога.
Фикстуры good + bad-{id-reserved,api,tiles-quota,vehicle-read}; 6 тестов.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Alexander <akotenev2003@gmail.com>
2026-06-24 13:20:26 +03:00

9 lines
178 B
TOML

[package]
name = "shturman-manifest-validator"
version = "0.0.0"
edition.workspace = true
license.workspace = true
[dependencies]
shturman-sdk = { path = "../../shturman-sdk" }