aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81cb4de..2c962b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,5 +21,9 @@ rand = "0.7"
21 21
22[dependencies.diesel] 22[dependencies.diesel]
23version = "1.4.2" 23version = "1.4.2"
24features = ["mysql", "r2d2", "numeric"] 24features = ["mysql", "r2d2", "numeric", "chrono"]
25default-features = false 25default-features = false
26
27[dependencies.chrono]
28version = "0.4"
29features = ["serde"]