initial commit

This commit is contained in:
2024-02-12 09:23:56 +01:00
commit b8ffa29969
5 changed files with 223 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[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