summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-10-10 16:48:46 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-10-10 16:48:46 -0400
commitf2813139b19bd2e00d19fbb95d373deead25bda0 (patch)
treecbb28c73624c77c1b6ec0c16d43ba95a1e6fc851 /Cargo.toml
parent6ff95bdb057d55582bd5e7e783851680cca9cd74 (diff)
Update travis again... add cargo-arch
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73d1ef7b..90108e28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+cargo-arch = "0.1.3"
chrono = "0.4.9"
clap = "2.33.0"
crossterm = "0.11.0"