blob: 23cda2e4a061ffef79652a8c9e77cc785f7a298d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "sctd"
version = "0.1.0"
authors = ["Amir Saeid <amir@glgdgt.com>"]
edition = "2018"
license = "CC0-1.0"
[dependencies]
chrono = "0.4.11"
spa = { git = "https://github.com/amir/spa-rs", branch = "pub-SolarPos" }
clap = "2.33.0"
[dependencies.x11]
version = "2.18.2"
features = ["xlib", "xrandr"]
|