From a138a003bb31cefbdb4ac8508efe6de64aa9da3f Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 26 Nov 2021 22:32:53 +0100 Subject: First version Already quite stable --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..35ccfe1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "nicht" +version = "1.0.0" +edition = "2021" +authors = ["Christoph Schlosser "] +license = "MPL-2.0" +description = "A more natural not" +homepage = "https://github.com/cschlosser/nicht" +repository = "https://github.com/cschlosser/nicht" +readme = "README.md" +keywords = ["not", "bool", "negate"] +documentation = "https://docs.rs/nicht/1.0.0/nicht/" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3