aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/heapsize/example/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn/examples/heapsize/example/Cargo.toml')
-rw-r--r--syn/examples/heapsize/example/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/syn/examples/heapsize/example/Cargo.toml b/syn/examples/heapsize/example/Cargo.toml
deleted file mode 100644
index 85c7699..0000000
--- a/syn/examples/heapsize/example/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "heapsize_example"
-version = "0.0.0"
-authors = ["David Tolnay <dtolnay@gmail.com>"]
-edition = "2018"
-publish = false
-
-[dependencies]
-heapsize = { path = "../heapsize" }