PbDbFixer/Cargo.toml

16 lines
332 B
TOML
Raw Normal View History

2021-01-28 17:52:09 +01:00
[package]
name = "pbdbfixer"
version = "0.7.1"
2021-01-28 17:52:09 +01:00
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"
2021-02-11 21:58:10 +01:00
quick-xml = "0.21"
2021-01-28 17:52:09 +01:00
[dependencies.rusqlite]
version = "0.24"
features = ["bundled"]