From 886e84710db24794f40288312192d264a0d05bf0 Mon Sep 17 00:00:00 2001 From: June 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..5db5a11 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc" +version = "0.1.0" +authors = ["June McEnroe "] + +[dependencies] -- cgit 1.4.1