mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
21 lines
507 B
TOML
21 lines
507 B
TOML
[package]
|
|
name = "desktop"
|
|
version = "0.0.2"
|
|
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"] }
|
|
freedesktop-desktop-entry = "0.5.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"
|