aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-10-21 09:59:59 +0200
committerTeddy Wing2018-10-21 09:59:59 +0200
commit6b0f1121662e5e9ca968c554bb7a19f6fd5566c9 (patch)
treec59a07c3d0fbe942adb3286fd1cc409178b02a22 /Cargo.toml
parent923de9b3dfeebdba72cb70151b2b5a450997b7e1 (diff)
downloaddome-key-map-6b0f1121662e5e9ca968c554bb7a19f6fd5566c9.tar.bz2
Cargo.toml: Add 'chrono' crate
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 b51baf9..e66a57a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
[dependencies]
autopilot = "0.1.7"
+chrono = "0.4.6"
cocoa = "0.18.0"
combine = "3.4.0"
core-graphics = "0.17.2"