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

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

[dependencies]
freedesktop_entry_parser = "1.3.0"
cpc = "1.9.1"
mlua = { version = "0.8.7", features = [ "module", "lua54", "serialize" ] }
rayon = "1.6.1"
serde = { version = "1.0.152", features = [ "derive" ] }
url = "2.3.1"
rodio = "0.17.1"
nix = "0.26.2"
chrono = "0.4.24"
itertools = "0.10.5"
html-escape = "0.2.13"

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