PbDbFixer/Cargo.toml
Martin Brodbeck 23c126ec9a deps updated
particularly quick_xml which caused some code changes. Lots of testing should be done.
2024-11-05 14:01:48 +01:00

15 lines
336 B
TOML

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