summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedict Börger <benedict@0xb8000.de>2018-12-17 21:34:36 +0100
committerBenedict Börger <benedict@0xb8000.de>2018-12-17 21:34:36 +0100
commit7fcdc3ecc0f077ff7ff4ec57c912beae4f974fdb (patch)
treeb0ecd5e6f008c2326b8dc96ca12c54632e2a8bff /Cargo.toml
[finz] inital commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5efc7c0
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "finz"
+version = "0.1.0"
+authors = ["Benedict Börger <benedict@0xb8000.de>"]
+
+[dependencies]
+chrono = "0.4"