diff options
Diffstat (limited to 'fun/defer_rs/Cargo.toml')
-rw-r--r-- | fun/defer_rs/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fun/defer_rs/Cargo.toml b/fun/defer_rs/Cargo.toml new file mode 100644 index 000000000000..0fcd60373ff7 --- /dev/null +++ b/fun/defer_rs/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "defer" +version = "0.1.0" +authors = ["Vincent Ambo <tazjin@gmail.com>"] + +[dependencies] |