summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2018-10-18 19:11:43 +0200
committerVincent Breitmoser <look@my.amazin.horse>2018-10-18 19:14:54 +0200
commite75e4b08629dfa36138255fc59d321036adefd5b (patch)
tree4aacb68d5d9ad4a6955471f135a0a0ac0d57eb60 /Cargo.toml
parentb4b83b7e1c6f2dcc348be365a3bb3f23ff41b8e4 (diff)
simple calendar cell rendering
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 23428b1..0911e51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ chrono = "0.4"
itertools = "0.7.8"
log = "0.4.5"
simple_logger = "1.0.1"
+yansi = "0.4.0"