2022-05-12 10:10:48 +02:00
|
|
|
[package]
|
|
|
|
|
name = "freedesktop-icons"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
dirs = "4.0.0"
|
|
|
|
|
rust-ini = "0.18.0"
|
|
|
|
|
thiserror = "1.0.31"
|
2022-05-12 14:41:08 +02:00
|
|
|
once_cell = "1.10.0"
|
2022-05-12 10:10:48 +02:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
speculoos = "0.9.0"
|
2022-05-12 14:41:08 +02:00
|
|
|
anyhow = "1.0.57"
|
2022-05-12 15:34:02 +02:00
|
|
|
linicon = "2.3.0"
|
2022-05-12 23:12:06 +02:00
|
|
|
gtk4 = "0.4.7"
|
2022-05-13 10:11:02 +02:00
|
|
|
criterion = "0.3.5"
|
2022-05-12 15:34:02 +02:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "simple_lookup"
|
|
|
|
|
harness = false
|