summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-02 14:26:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-02 14:31:11 +0200
commitca2268cfd9dac0cb6fcbcdd714158b51ff21cdf1 (patch)
tree8f29f8bc2f504c5e09dab01a10ac33fbc32d96e4 /Cargo.toml
Initial import
Thanks goes to Asuivelentine for the name suggestion.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..10c4487
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "kairos"
+version = "0.0.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+
+description = "A library on top of chrono to calculate times and dates ergonomically"
+
+categories = [ "date-and-time" ]
+keywords = ["time", "calc", "parser"]
+readme = "README.md"
+license = "MPL-2.0"
+
+repository = "https://github.com/matthiasbeyer/kairos"
+
+[dependencies]