Initialize src

This commit is contained in:
Yota Toyama
2019-04-13 20:22:56 +00:00
parent cf83be1d32
commit e620fbde57
5 changed files with 127 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "gc"
version = "0.1.0"
authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"]
publish = false
edition = "2018"
[dependencies]
libc = "0.2"