-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 612 Bytes
/
Cargo.toml
File metadata and controls
32 lines (28 loc) · 612 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
32
[package]
name = "aw-watcher-window-wayland"
version = "0.1.0"
authors = ["Johan Bjäreholt <johan@bjareho.lt>"]
edition = "2018"
build = "src/build.rs"
[build-dependencies]
wayland-scanner = "0.24"
[dependencies]
smallvec = "0.6"
lazy_static = "1.2"
wayland-client = "0.24"
wayland-commons = "0.24"
wayland-sys = "0.24"
serde_json = "1.0"
chrono = "0.4"
mio = "0.6"
timerfd = "1.0"
file-lock = "1.1"
appdirs = "0.2"
gethostname = "0.2"
getopts = "0.2"
aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust.git" }
[profile.release]
opt-level = 3
lto = true
strip = true
codegen-units = 1