-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (31 loc) · 890 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]
authors = ["David Karrick <[email protected]>"]
edition = "2018"
name = "sway-colord"
version = "0.1.2"
license = "apache"
description = "a daemon for sway to automatically change light and dark themes based on the time of day."
readme = "README.md"
homepage = "https://github.com/Th3Whit3Wolf/sway-colord"
[dependencies]
anyhow = "1.0.37"
async-std = { version = "1.9", features = ["attributes"] }
chrono = "0.4.19"
ron = "0.6.4"
swayipc = "3.0.0-alpha.2"
dirs-next = "2.0.0"
zbus = "1.8.0"
zvariant = "2.4.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.61"
json5 = "0.3"
async-recursion = "0.3.1"
sunrise = "1.0.0"
procfs = "0.9.1"
libc = "0.2.85"
[package.metadata.rpm]
package = "sway-colord"
[package.metadata.rpm.cargo]
buildflags = ["--release"]
[package.metadata.rpm.targets]
sway-colord = { path = "/usr/bin/sway-colord" }