diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-17 15:49:53 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-17 15:49:53 +0800 |
commit | c2f2aa6c14e3232dd015d25c923e6f32c1da0e92 (patch) | |
tree | bd0a0ed6ebda9a154e101a94a3a34cd28056223d /matching/Cargo.toml | |
parent | e15d77f54a26988ea1715cf4be6ec3f858772da4 (diff) |
Match pattens
Diffstat (limited to 'matching/Cargo.toml')
-rw-r--r-- | matching/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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 <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |