summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-02 14:49:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-02 15:00:54 +0200
commitd6e0a8807669fb4f443016e81a2b61cf10581dfa (patch)
tree675de818f99cdaece96ca6c30ab45cfd476df1dd /Cargo.toml
parentca2268cfd9dac0cb6fcbcdd714158b51ff21cdf1 (diff)
Add base type
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 10c4487..3b8f567 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ license = "MPL-2.0"
repository = "https://github.com/matthiasbeyer/kairos"
[dependencies]
+chrono = "0.4"