PbDbFixer/Cargo.toml

16 lines
336 B
TOML
Raw Normal View History

2021-01-28 17:52:09 +01:00
[package]
name = "pbdbfixer"
2021-08-06 15:14:50 +02:00
version = "0.8.3"
2021-01-28 17:52:09 +01:00
authors = ["Martin Brodbeck <martin@brodbeck-online.de>"]
2021-10-25 08:40:50 +02:00
edition = "2021"
2021-01-28 17:52:09 +01:00
# 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"
2021-01-28 17:52:09 +01:00
[dependencies.rusqlite]
version = "0.32.1"
2021-01-28 17:52:09 +01:00
features = ["bundled"]