summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-04 12:41:55 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-04 12:41:55 -0500
commit87d8131f1f004a68adcdba74ef8b94290739e90b (patch)
tree76e9ef3ce2015bbedeafd1214da85437db17ee0d /Cargo.toml
parent7c10d8315b8f7de3267f157bd4392d50ec41a99f (diff)
Start a script to regenerate README.md from a template
So far this doesn't actually do any templating, just adds a note about the README being autogenerated :)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3adb361
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,4 @@
+[package]
+name = "rustlings"
+version = "0.1.0"
+authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]