2021-01-28 17:52:09 +01:00
|
|
|
[package]
|
|
|
|
name = "pbdbfixer"
|
2024-11-08 14:29:28 +01:00
|
|
|
version = "0.9.0"
|
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]
|
2024-11-05 14:01:48 +01:00
|
|
|
zip = "2.2.0"
|
|
|
|
quick-xml = "0.37"
|
2021-01-28 17:52:09 +01:00
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
2024-11-05 14:01:48 +01:00
|
|
|
version = "0.32.1"
|
2021-01-28 17:52:09 +01:00
|
|
|
features = ["bundled"]
|
2024-11-07 14:26:52 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
strip = true
|