aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5868b4a8e7e6e43e61b3c0243e630f9a7c5f0bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "sctd"
version = "0.3.0"
authors = ["Amir Saeid <amir@glgdgt.com>"]
edition = "2018"
license = "CC0-1.0"

[dependencies]
chrono = "0.4"
spa = "0.3"
clap = "3.2"
log = "0.4"

[dependencies.env_logger]
version = "0.9"
default_features = false
features = ["humantime"]

[dependencies.x11]
version = "2.20"
features = ["xlib", "xrandr"]