PbDbFixer/Cargo.toml

16 lines
332 B
TOML
Raw Normal View History

2021-01-28 17:52:09 +01:00
[package]
name = "pbdbfixer"
2021-08-06 11:03:10 +02:00
version = "0.8.2"
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]
2021-05-26 13:29:43 +02:00
version = "0.25"
2021-01-28 17:52:09 +01:00
features = ["bundled"]