Publish crate

This commit is contained in:
Yota Toyama
2019-04-15 15:19:25 +00:00
parent ee35165f99
commit 1acd4e325e
6 changed files with 12 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
[package]
name = "bdwgc-alloc"
version = "0.1.0"
description = "impl GlobalAlloc for bdwgc"
version = "0.1.1"
authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"]
publish = false
repository = "https://github.com/raviqqe/bdwgc-rs"
edition = "2018"
license = "MIT"
[dependencies]
libc = "0.2"