project-template-0.rs/Cargo.toml

8 lines
109 B
TOML

[package]
name =
edition = "2024"
[lints.rust]
nonstandard_style = "allow"
unsafe_op_in_unsafe_fn = "allow"