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]