summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-11-24 15:43:04 +0100
committerPeltoche <dev@halium.fr>2018-11-24 15:43:04 +0100
commitb0adc11215faf45453083ad13d3e76134ea14f5b (patch)
tree4e1afae8e3a871405c626938c29b9349c053fa19 /Cargo.toml
parente72fef2f4f664c99b0261640e56bec982ef17dec (diff)
Separate the meta into a new package
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 12e1bbb..fb8008c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ version = "0.1.0"
[dependencies]
ansi_term = "0.11.0"
clap = "2.32.0"
+failure = "0.1.3"
lazy_static = "1.2.0"
size = "0.1.1"
time = "0.1.40"