mirror of
https://github.com/danbulant/icon
synced 2026-05-19 04:08:36 +00:00
13 lines
223 B
TOML
13 lines
223 B
TOML
[package]
|
|
name = "icon"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
freedesktop_entry_parser = "1.3.0"
|
|
thiserror = "2.0.12"
|
|
xdg = "3.0.0"
|
|
log = { version = "0.4.27", optional = true }
|
|
|
|
[features]
|
|
"log" = ["dep:log"]
|