summaryrefslogtreecommitdiff
path: root/examples/misc/Cargo.toml
diff options
context:
space:
mode:
authorSon Ho2022-02-09 02:01:49 +0100
committerSon Ho2022-02-09 02:01:49 +0100
commit85c4f981d7c7328810b8b76b00c617803e2e0f17 (patch)
tree7b3f66aea2a85d0ac0f967ea89358bed13530417 /examples/misc/Cargo.toml
parent5c9019003187f14797ba4d4514fec1cf2ac03d65 (diff)
Remove the hashmap example (which was moved to Charon)
Diffstat (limited to 'examples/misc/Cargo.toml')
-rw-r--r--examples/misc/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/misc/Cargo.toml b/examples/misc/Cargo.toml
deleted file mode 100644
index 31ffeaf9..00000000
--- a/examples/misc/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[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]