bruhst/rs/Cargo.toml
Ari Archer 7482d82055
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-06-03 01:42:41 +03:00

14 lines
172 B
TOML

[package]
name = "rs"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "*"
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
panic = "abort"