aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/quarrel/native/Cargo.toml
blob: 8d1bd8089af5613058db889a356669a8b48d797d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "qnative"
version = "0.1.0"
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
freedesktop_entry_parser = "1.3.0"
mlua = { version = "0.10.3", features = [ "module", "lua54", "serialize" ] }
rayon = "1.6.1"
serde = { version = "1.0.152", features = [ "derive" ] }
url = "2.3.1"
rodio = "0.20.1"
nix = { version = "0.29.0", features = [ "ioctl", "socket" ] }
chrono = "0.4.24"
itertools = "0.14.0"
html-escape = "0.2.13"
dirs = "6.0.0"
once_cell = "1.18.0"
ureq = "3.0.9"
anyhow = { version = "1.0.97", features = ["backtrace"] }
mdrop = { git = "https://github.com/frahz/mdrop" }
sysinfo = "0.35.0"
fend-core = "1.5.7"
notify = "8.2.0"

[lib]
crate-type = ["cdylib"]