From 19c26ff3a05e3af0cb88c5f5ac5799e57dbf021c Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 30 Nov 2020 15:15:54 -0800 Subject: Initial Rust stuff --- lib/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/Cargo.toml (limited to 'lib/Cargo.toml') diff --git a/lib/Cargo.toml b/lib/Cargo.toml new file mode 100644 index 0000000..f0a0859 --- /dev/null +++ b/lib/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "advent_lib" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] -- cgit 1.4.1