summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 13 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5efc7c0..5d465d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,18 @@
[package]
name = "finz"
version = "0.1.0"
-authors = ["Benedict Börger <benedict@0xb8000.de>"]
+authors = ["Benedict <benedict@0xb8000.de>"]
[dependencies]
-chrono = "0.4"
+serde = "*"
+serde_derive = "*"
+serde_json = "*"
+mysql = "*"
+rocket = "*"
+regex = "*"
+chrono = {version = "*", features = ["serde", "rustc-serialize"] }
+
+[dependencies.rocket_contrib]
+version = "*"
+default-features = false
+features = ["tera_templates"]