Files
bdwgc-rust/examples/borrow_check_free/Cargo.toml
2019-04-15 15:51:15 +00:00

10 lines
183 B
TOML

[package]
name = "borrow_check_free"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
bdwgc-alloc = { path = "../.." }