linked-structs-core-0.rs/Cargo.toml

11 lines
175 B
TOML

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