summaryrefslogtreecommitdiff
path: root/examples/misc/Cargo.toml
diff options
context:
space:
mode:
authorSon Ho2022-02-07 13:34:45 +0100
committerSon Ho2022-02-07 13:34:45 +0100
commit1bbaa008f31367fb2c2e28c76da6bb5ecdcb6c1b (patch)
tree412a8d24ce544e8cfb31d60e92abc04a8a5d5b59 /examples/misc/Cargo.toml
parent09422aa8648d9edb92d809e35a996069a3e46425 (diff)
Start working on a hashmap example in Rust
Diffstat (limited to 'examples/misc/Cargo.toml')
-rw-r--r--examples/misc/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <hosonmarc@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]