the crate

This commit is contained in:
nora 2024-02-08 18:13:45 +01:00
commit a379bbc1c3
5 changed files with 97 additions and 0 deletions

8
Cargo.toml Normal file
View file

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