aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2020-03-28 01:14:58 +0000
committerAmir Saeid <amir@glgdgt.com>2020-03-28 01:14:58 +0000
commitc942da0bf354acd7911cf43301c0c0d62a04c55c (patch)
tree4614a81824030a2c591513a843bcbb730c1880ee /Cargo.toml
parentb74f3c101f130828ca97a5562644159b6444368b (diff)
Implement transition progress
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e8fca4..6e3909e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,11 +4,9 @@ version = "0.1.0"
authors = ["Amir Saeid <amir@glgdgt.com>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
chrono = "0.4.11"
-spa = "0.2.0"
+spa = { git = "https://github.com/amir/spa-rs", branch = "pub-SolarPos" }
clap = "2.33.0"
[dependencies.x11]