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, 9 insertions, 0 deletions
diff --git a/syn/examples/heapsize/example/Cargo.toml b/syn/examples/heapsize/example/Cargo.toml
new file mode 100644
index 0000000..85c7699
--- /dev/null
+++ b/syn/examples/heapsize/example/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "heapsize_example"
+version = "0.0.0"
+authors = ["David Tolnay <dtolnay@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+heapsize = { path = "../heapsize" }