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