blob: 35ccfe1cab146f03896a54159c27a207589f1962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]
|