summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-18 09:50:59 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-18 09:50:59 +0300
commit1df01d1cf9caa2c134b3292b6d7efa6ad1386818 (patch)
tree84a7fc4d9eff76d8b705e70978772fe33f7005c9 /Cargo.toml
downloadroadmap-1df01d1cf9caa2c134b3292b6d7efa6ad1386818.tar.gz
Add: first 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..3bfe654
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "roadmap"
+version = "0.1.0"
+authors = ["Lars Wirzenius <liw@liw.fi>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]