bool-toggle/Cargo.toml
2024-02-08 18:14:29 +01:00

9 lines
193 B
TOML

[package]
name = "bool-toggle"
version = "1.0.0"
edition = "2021"
license = "MIT"
[package.metadata.docs.rs]
# enable unstable features in the documentation
rustdoc-args = ["--cfg", "docsrs"]