chore: Bootstrap Cargo project

This commit is contained in:
Vincent Ambo 2017-10-22 17:21:20 +02:00
parent dadaa33003
commit aabac498e7
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/target/
**/*.rs.bk
Cargo.lock

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "defer"
version = "0.1.0"
authors = ["Vincent Ambo <tazjin@gmail.com>"]
[dependencies]