aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/heapsize/example/Cargo.toml
blob: 85c7699c86718cd95b3d4c3e54ca000df9edcfb8 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "heapsize_example"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
heapsize = { path = "../heapsize" }