2025-03-24 01:03:09 +01:00
|
|
|
[package]
|
|
|
|
name = "jisspam"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
2025-03-24 02:39:12 +01:00
|
|
|
rayon = "1.10.0"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "thin" # Full Link-Time Optimization for maximum runtime speed
|
|
|
|
debug = false # Disables debug symbols to streamline the binary
|
|
|
|
panic = "abort"
|