-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 654 Bytes
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 654 Bytes
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 = "walker"
version = "2.16.0"
edition = "2024"
[dependencies]
gtk4 = { version = "^0.9.7", features = ["v4_6", "v4_12", "gio_v2_80"] }
gtk4-layer-shell = "0.5.0"
protobuf = "3.7.2"
grass = "0.13.4"
serde = { version = "1.0.219", features = ["derive"] }
chrono = { version = "0.4", features = ["clock"] }
config = "0.15.14"
dirs = "6.0.0"
notify = "8.2.0"
poppler-rs = "0.25.0"
cairo-rs = "0.21.1"
gdk-pixbuf = "0.21.1"
nucleo-matcher = "0.3.1"
which = "8.0"
new_mime_guess = "4.0.4"
mime = "0.3.17"
futures-channel = "0.3"
xdg = "3.0.0"
chrono-humanize = "0.2.3"
[build-dependencies]
protobuf-codegen = "3.4"
protoc-bin-vendored = "3.0"