[package] name = "eraserhead" description = "erase the lifetimes from types" version = "1.0.0" authors = ["Without Boats "] edition = "2018" repository = "https://github.com/withoutboats/eraserhead" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.eraserhead-derive] path = "./eraserhead-derive" version = "1.0.0" [workspace]