context-core-0.rs/Cargo.toml
LanguageUtilities 3662443d32 Initial commit
2026-02-13 14:53:12 +00:00

8 lines
109 B
TOML

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