diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-22T15·21+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-22T15·21+0200 |
commit | aabac498e76339d7c47a0bf39dbb883b3a3e4407 (patch) | |
tree | 858eda57a412b82d83eb933a594e2dcbca9f6fec /Cargo.toml | |
parent | dadaa33003877aa8e94e8d611e60138682eb1a9a (diff) |
chore: Bootstrap Cargo project
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000000..0fcd60373ff7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "defer" +version = "0.1.0" +authors = ["Vincent Ambo <tazjin@gmail.com>"] + +[dependencies] |