diff options
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] |
