PbDbFixer/Cargo.toml
Martin Brodbeck 624987326d Also remove "false positive" authors
If PB adds an author who doesn't have the "aut"-role, make sure to
remove this false-positive entry
2021-02-15 14:13:38 +01:00

15 lines
332 B
TOML

[package]
name = "pbdbfixer"
version = "0.7.1"
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"]