23 lines
No EOL
423 B
TOML
23 lines
No EOL
423 B
TOML
[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"
|
|
once_cell = "1.10.0"
|
|
|
|
[dev-dependencies]
|
|
speculoos = "0.9.0"
|
|
anyhow = "1.0.57"
|
|
linicon = "2.3.0"
|
|
gtk4 = "0.4.7"
|
|
criterion = "0.3.5"
|
|
|
|
[[bench]]
|
|
name = "simple_lookup"
|
|
harness = false |