From a48940b60367f94c50b6782d8883110b76a356e8 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Tue, 19 Feb 2019 16:23:08 -0500 Subject: Added adder and testing --- testing/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/Cargo.toml (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml new file mode 100644 index 0000000..665256c --- /dev/null +++ b/testing/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "testing" +version = "0.1.0" +authors = ["carpenat"] +edition = "2018" + +[dependencies] -- cgit v1.2.3