PbDbFixer/Cargo.toml
Martin Brodbeck a9620b3e34 Fixes and improvements
- Fix reading file-as from XML
- Now fixing first_author_letter
2021-02-12 09:13:31 +01:00

15 lines
332 B
TOML

[package]
name = "pbdbfixer"
version = "0.6.0"
authors = ["Martin Brodbeck <martin@brodbeck-online.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zip = "0.5"
quick-xml = "0.21"
[dependencies.rusqlite]
version = "0.24"
features = ["bundled"]