From c942da0bf354acd7911cf43301c0c0d62a04c55c Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 28 Mar 2020 01:14:58 +0000 Subject: Implement transition progress --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') 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 "] 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] -- cgit v1.2.3