-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
53 lines (46 loc) · 1.36 KB
/
Cargo.toml
File metadata and controls
53 lines (46 loc) · 1.36 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
[package]
name = "phrog"
description = "Mobile-friendly greeter for greetd"
version = "0.53.0-rc.6"
edition = "2021"
license = "GPL-3.0-only"
exclude = ["/demo-video"]
repository = "https://github.com/samcday/phrog"
[dependencies]
glob = "0.3.1"
greetd_ipc = { version = "0.10.0", features = ["sync-codec"] }
async-channel = "2.2.1"
anyhow = "1.0.82"
libphosh = "0.0.7"
clap = { version = "4.5.4", features = ["derive"] }
wayland-client = "0.31"
zbus = { version = "5", default-features = false, features = ["blocking", "async-io"] }
nix = { version = "0.30", features = ["signal"] }
async-global-executor = "3.0.0"
futures-util = "0.3.30"
log = "0.4.22"
lazy_static = "^1.4"
gettext-rs = "0.7"
[dependencies.glib]
version = "0.18"
features = ["log_macros"]
[dependencies.gtk]
version = "0.18"
features = ["v3_24"]
[dependencies.libhandy]
version = "0.11"
features = ["v1_6"]
[build-dependencies]
glib-build-tools = "<0.22"
[dev-dependencies]
input-event-codes = "6.2.0"
wayland-client = "0.31"
wayland-protocols = { version = "0.32", features = ["client"] }
wayland-protocols-misc = { version = "0.3", features = ["client"] }
wayland-protocols-wlr = { version = "0.3", features = ["client"] }
tempfile = "3"
serde = "1.0.217"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }.tar.gz"
pkg-fmt = "tgz"