mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-13 00:50:16 -06:00
10 lines
183 B
TOML
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 = "../.." }
|