-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (34 loc) · 1.08 KB
/
Cargo.toml
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
32
33
34
35
36
37
38
39
40
41
[package]
name = "phrog"
version = "0.42.0"
edition = "2021"
[dependencies]
glob = "0.3.1"
greetd_ipc = { version = "0.10.0", features = ["sync-codec"] }
async-channel = "2.2.1"
anyhow = "1.0.82"
libphosh = { path = "libphosh-rs/libphosh" }
clap = { version = "4.5.4", features = ["derive"] }
wayland-client = "0.31"
zbus = { version = "4", default-features = false, features = ["blocking", "async-io"] }
nix = { version = "0.27", features = ["signal"] }
async-global-executor = "2.4.1"
futures-util = "0.3.30"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.gtk]
version = "0.18"
features = ["v3_24"]
[dependencies.libhandy]
version = "0.11"
features = ["v1_6"]
[build-dependencies]
glib-build-tools = "0"
[dev-dependencies]
input-event-codes = "6.2.0"
wayland-client = "0.31"
wayland-protocols = { version = "0.31", features = ["client"] }
wayland-protocols-misc = { version = "0.3.1", features = ["client"] }
wayland-protocols-wlr = { version = "0.2", features = ["client"] }
tempfile = "3"
[features]
static = ["libphosh/static"]