bool-toggle/Cargo.toml
2024-02-08 18:16:28 +01:00

11 lines
308 B
TOML

[package]
name = "bool-toggle"
description = "bool toggling for the bool toggle enjoyers"
version = "1.0.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/Nilstrieb/bool-toggle"
[package.metadata.docs.rs]
# enable unstable features in the documentation
rustdoc-args = ["--cfg", "docsrs"]