From 055cf5beabd6b397168023341e01cf5e94a0f060 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 22 Oct 2020 13:02:34 +0100 Subject: Initial commit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9adfc91 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "chomp" +version = "0.1.0" +authors = ["Greg Brown "] +edition = "2018" + +[dependencies] -- cgit v1.2.3