bitset-0.rs/Cargo.toml

9 lines
145 B
TOML

[package]
name = "bitset-0"
edition = "2024"
version = "0.0.0"
[lints]
rust = { nonstandard_style = "allow", unsafe_op_in_unsafe_fn = "allow"}