forked from ifreund/waylock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (32 loc) · 778 Bytes
/
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
[package]
name = "waylock"
version = "0.3.3"
authors = ["Isaac Freund <[email protected]>"]
description = "A simple screenlocker for wayland compositors."
edition = "2018"
keywords = ["wayland", "screenlocker"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ifreund/waylock"
include = [
"Cargo.lock",
"Cargo.toml",
"LICENSE",
"README.md",
"waylock.toml",
"**/*.rs",
]
[dependencies]
smithay-client-toolkit = { version = "0.10", default-features = false, features = ["calloop"] }
serde = { version = "1", features = ["derive"] }
log = { version = "0.4", features = ["std"] }
font-loader = "0.11.0"
structopt = "0.3"
humantime = "2"
fontdue = "0.6"
chrono = "0.4"
users = "0.10"
nix = "0.23"
toml = "0.5"
pam = "0.7"
clap = "2"