summaryrefslogtreecommitdiffstats
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-20 06:55:23 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-20 06:55:23 +0100
commitef3db3079ea065cf9df4cbbcac995d546ca5613e (patch)
treecaeee98b4b9981506890992396a2d54d46042beb /Cargo.toml.orig
parentInitial commit. (diff)
downloadrust-soft-assert-ef3db3079ea065cf9df4cbbcac995d546ca5613e.tar.xz
rust-soft-assert-ef3db3079ea065cf9df4cbbcac995d546ca5613e.zip
Adding upstream version 0.1.1.upstream/0.1.1upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig13
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]