aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-12-25 12:06:12 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-12-25 12:06:12 +0100
commit8b43e105beebbefcd1597cb51a28c78360d78197 (patch)
treef774ebfb7a71025ef694c8ebe35ae014a4ca8260 /Cargo.toml
downloadprimstav-8b43e105beebbefcd1597cb51a28c78360d78197.tar.gz
primstav-8b43e105beebbefcd1597cb51a28c78360d78197.tar.bz2
primstav-8b43e105beebbefcd1597cb51a28c78360d78197.zip
First commit, working but incomplete.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..bb9e372
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "primstav"
+version = "0.1.0"
+authors = ["haraldei"]
+edition = "2018"
+
+[dependencies]
+chrono = "0.4.6"
+Inflector = {version = "0.11.3", default-features=false } # We don't need pluralization etc
+serde_yaml = "0.8.8"