2021-01-28 17:52:09 +01:00
|
|
|
[package]
|
|
|
|
name = "pbdbfixer"
|
2021-02-11 21:58:10 +01:00
|
|
|
version = "0.5.0"
|
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"]
|