From 1bbaa008f31367fb2c2e28c76da6bb5ecdcb6c1b Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 7 Feb 2022 13:34:45 +0100 Subject: Start working on a hashmap example in Rust --- examples/misc/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/misc/Cargo.toml (limited to 'examples/misc/Cargo.toml') diff --git a/examples/misc/Cargo.toml b/examples/misc/Cargo.toml new file mode 100644 index 00000000..31ffeaf9 --- /dev/null +++ b/examples/misc/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "misc" +version = "0.1.0" +authors = ["Son Ho "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3