mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-02-05 09:45:00 +01:00
32 lines
803 B
TOML
32 lines
803 B
TOML
[package]
|
|
name = "rmenu"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
cached = "0.44.0"
|
|
clap = { version = "4.3.15", features = ["derive"] }
|
|
dioxus = "0.4.0"
|
|
dioxus-desktop = "0.4.0"
|
|
env_logger = "0.10.0"
|
|
heck = "0.4.1"
|
|
keyboard-types = "0.6.2"
|
|
lastlog = { version = "0.2.3", features = ["libc"] }
|
|
log = "0.4.19"
|
|
once_cell = "1.18.0"
|
|
png = "0.17.9"
|
|
quick-xml = "0.30.0"
|
|
regex = { version = "1.9.1" }
|
|
resvg = "0.35.0"
|
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
|
serde = { version = "1.0.171", features = ["derive"] }
|
|
serde_json = "1.0.103"
|
|
serde_yaml = "0.9.24"
|
|
shell-words = "1.1.0"
|
|
shellexpand = "3.1.0"
|
|
strfmt = "0.2.4"
|
|
thiserror = "1.0.43"
|
|
which = "4.4.0"
|