diff options
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r-- | Cargo.toml.orig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig new file mode 100644 index 0000000..b1f1d30 --- /dev/null +++ b/Cargo.toml.orig @@ -0,0 +1,13 @@ +[package]
+categories = ["rust-patterns"]
+description = "Non-panicking assertions"
+edition = "2018"
+keywords = ["macros", "utility"]
+license = "Apache-2.0/MIT"
+name = "soft_assert"
+repository = "https://github.com/Cyborus04/soft_assert"
+version = "0.1.1"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
|