Added stub files for Cargo

This commit is contained in:
Zach Dziura 2015-09-24 14:34:12 -04:00
parent ff67962b0a
commit fdefbe453c
2 changed files with 4 additions and 0 deletions

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "pumpkin"
version = "0.1.0"
authors = ["Zach Dziura <zcdziura@gmail.com>"]

0
src/lib.rs Normal file
View file