mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-01 11:28:58 -06:00
12 lines
293 B
TOML
12 lines
293 B
TOML
[package]
|
|
name = "bdwgc-alloc"
|
|
description = "impl GlobalAlloc for bdwgc"
|
|
version = "0.2.0"
|
|
authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"]
|
|
repository = "https://github.com/raviqqe/bdwgc-rs"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|