From 87d8131f1f004a68adcdba74ef8b94290739e90b Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 4 Mar 2018 12:41:55 -0500 Subject: 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 :) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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) "] -- cgit v1.2.3