mirror of
https://github.com/Noratrieb/bool-toggle.git
synced 2026-01-14 20:35:01 +01:00
11 lines
308 B
TOML
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"]
|