diff options
| author | Amir Saeid <amir@glgdgt.com> | 2020-03-28 01:14:58 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2020-03-28 01:14:58 +0000 |
| commit | c942da0bf354acd7911cf43301c0c0d62a04c55c (patch) | |
| tree | 4614a81824030a2c591513a843bcbb730c1880ee /Cargo.toml | |
| parent | b74f3c101f130828ca97a5562644159b6444368b (diff) | |
Implement transition progress
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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] |
