PbDbFixer/Cargo.toml

16 lines
332 B
TOML
Raw Permalink 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]
2022-07-12 13:21:59 +02:00
zip = "0.6"
quick-xml = "0.23"
2021-01-28 17:52:09 +01:00
[dependencies.rusqlite]
2022-07-12 13:21:59 +02:00
version = "0.27"
2021-01-28 17:52:09 +01:00
features = ["bundled"]