Change an example's name

This commit is contained in:
Yota Toyama
2019-04-15 15:43:07 +00:00
parent 8f96257594
commit dc860f963c
3 changed files with 8 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "gc_free"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
bdwgc-alloc = { path = "../.." }