rmenu/plugin-desktop/Cargo.toml

21 lines
507 B
TOML
Raw Normal View History

2023-07-25 06:53:23 +02:00
[package]
name = "desktop"
version = "0.0.2"
2023-07-25 06:53:23 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
2024-07-10 10:26:53 +02:00
freedesktop-desktop-entry = "0.6.2"
itertools = "0.13.0"
once_cell = "1.19.0"
rayon = "1.10.0"
regex = "1.10.4"
rmenu-plugin = { version = "0.0.2", path = "../rmenu-plugin" }
rust-ini = "0.21.0"
serde_json = "1.0.117"
shellexpand = "3.1.0"
thiserror = "1.0.61"
walkdir = "2.5.0"