diff options
| author | Christoph Schlosser <christoph@linux.com> | 2021-11-26 22:32:53 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2021-11-26 22:35:28 +0100 |
| commit | a138a003bb31cefbdb4ac8508efe6de64aa9da3f (patch) | |
| tree | fec1274a638721609ffca3ea6a8104eeb2c8212f /Cargo.toml | |
| download | nicht-a138a003bb31cefbdb4ac8508efe6de64aa9da3f.tar.gz | |
Already quite stable
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 <christoph@linux.com>"] +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] |