From c2f2aa6c14e3232dd015d25c923e6f32c1da0e92 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Mon, 17 Aug 2020 15:49:53 +0800 Subject: Match pattens --- matching/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 matching/Cargo.toml (limited to 'matching/Cargo.toml') diff --git a/matching/Cargo.toml b/matching/Cargo.toml new file mode 100644 index 0000000..7b5c514 --- /dev/null +++ b/matching/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "matching" +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