binary-tree-core-0.rs/Cargo.toml

7 lines
154 B
TOML

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