Files
ez-urandom/Cargo.toml
T
2026-04-28 19:13:15 +02:00

23 lines
318 B
TOML

[package]
name = "ez-urandom"
version = "0.1.0"
edition = "2024"
[dependencies]
paste = "1"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
todo = "warn"
unwrap_used = "warn"
[lints.rust]
unsafe_code = "forbid"
[profile.release]
debug = false
strip = true
lto = true
panic = "unwind"
codegen-units = 1