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

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