aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-09 02:46:49 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-09 02:46:49 +0200
commitdd8ebae66fd362691ce175882b68b9c8501c0c19 (patch)
tree3d2a7ac25687c079f63577cb81cda1b55f49b9b1 /Cargo.toml
downloadmum-dd8ebae66fd362691ce175882b68b9c8501c0c19.tar.gz
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..29512d0
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "mum"
+version = "0.1.0"
+authors = ["Gustav Sörnäs <gustav@sornas.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]