-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 853 Bytes
/
Cargo.toml
File metadata and controls
31 lines (28 loc) · 853 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
30
31
[package]
name = "seemux"
version = "1.0.4"
edition = "2024"
default-run = "seemux"
[[bin]]
name = "seemux-tmux-shim"
path = "src/bin/seemux_tmux_shim.rs"
[build-dependencies]
glib-build-tools = "0.21"
[dependencies]
gtk4 = { version = "0.11", features = ["v4_12"] }
vte4 = { version = "0.10", features = ["v0_76"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
dirs = "6"
libc = "0.2"
toml = "1"
ashpd = { version = "0.13.7", default-features = false, features = ["global_shortcuts", "async-io"] }
futures-util = { version = "0.3.32", default-features = false }
tempfile = "3"
ksni = "0.2"
png = "0.17"
wayland-client = "0.31"
wayland-protocols = { version = "0.32", features = ["staging", "client"] }
wayland-protocols-plasma = { version = "0.3", features = ["client"] }
regex = "1"