- 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
13 lines
242 B
TOML
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"
|