From 1a8d40cc73db9393a5cc623e4fbb38cc68b5a0ad Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 3 Dec 2016 22:02:40 -0500 Subject: Cargo init --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9e49766 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc" +version = "0.1.0" +authors = ["Curtis McEnroe "] + +[dependencies] -- cgit 1.4.1