PbDbFixer/Cargo.toml

16 lines
332 B
TOML
Raw Normal View History

2021-01-28 17:52:09 +01:00
[package]
name = "pbdbfixer"
2021-02-26 13:47:56 +01:00
version = "0.8.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-03-04 12:57:23 +01:00
quick-xml = "0.22"
2021-01-28 17:52:09 +01:00
[dependencies.rusqlite]
version = "0.24"
features = ["bundled"]