From 8f14544c14efc7e591ef1dd73ac028a2c2e5e2d6 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Fri, 4 Sep 2020 20:46:24 +0800 Subject: Write tests --- tests/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/Cargo.toml (limited to 'tests/Cargo.toml') diff --git a/tests/Cargo.toml b/tests/Cargo.toml new file mode 100644 index 0000000..f81c142 --- /dev/null +++ b/tests/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "tests" +version = "0.1.0" +authors = ["Jordan Gong "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3