-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (22 loc) · 617 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (22 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "vaults"
version = "0.13.0"
edition = "2024"
rust-version = "1.92"
[dependencies]
log = "0.4"
pretty_env_logger = "0.5"
gettext-rs = { version = "0.8.0", features = ["gettext-system"] }
gtk-macros = "0.3"
once_cell = "1.21"
quick-error = "2.0.0"
strum = "0.28"
strum_macros = "0.28"
toml = "1.1"
serde = { version = "1.0", features = ["derive"] }
adw = { version = "0.9", package = "libadwaita", features = ["v1_6"] }
gtk = { version = "0.11", package = "gtk4", features = ["v4_16"] }
proc-mounts = "0.3"
async-channel = "2"
rust-ini = "0.21"
uuid = { version = "1.17", features = ["serde", "v4"] }