number-utilities-0.rs/Cargo.toml
LanguageUtilities eaa9de1bca Initial commit
2026-02-03 12:01:14 +03:00

8 lines
130 B
TOML

[package]
name = "number-utilities-0"
edition = "2024"
[lints.rust]
nonstandard_style = "allow"
unsafe_op_in_unsafe_fn = "allow"