pdftract/gen_unmapped_configurable_bin/Cargo.toml
jedarden a0c3ebb237 feat(bf-5for4): design manifest schema for grep-corpus
- Add manifest.csv with header row: filename,source_url,page_count,file_size,checksum,license
- Update README.md with comprehensive schema documentation and field descriptions
- Schema supports provenance tracking, integrity verification, and license compliance

Closes bf-5for4
2026-07-05 12:21:25 -04:00

13 lines
242 B
TOML

[package]
name = "gen_unmapped_configurable"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0"
lopdf = "0.34"
[[bin]]
name = "gen_unmapped_configurable"
path = "../tests/fixtures/gen_unmapped_configurable.rs"