chore: Bootstrap Cargo project
This commit is contained in:
parent
dadaa33003
commit
aabac498e7
2 changed files with 9 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "defer"
|
||||
version = "0.1.0"
|
||||
authors = ["Vincent Ambo <tazjin@gmail.com>"]
|
||||
|
||||
[dependencies]
|
Loading…
Add table
Reference in a new issue