From 614d2467478f813c21b6602e03588236c935cf9c Mon Sep 17 00:00:00 2001 From: rascul Date: Tue, 5 Sep 2023 17:30:50 -0500 Subject: [PATCH] Cargo.toml --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..984b32c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rear" +version = "0.1.0" +authors = ["rascul"] +edition = "2021" +description = "Error wrapper that with a message" +license = "MIT" +keywords = ["error", "result"] + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]