20 lines
338 B
TOML
Raw Normal View History

2024-11-30 20:58:19 +01:00
[package]
name = "risspam"
version = "0.1.0"
2025-10-06 13:39:29 +02:00
edition = "2024"
2024-12-01 23:23:32 +01:00
[profile.release]
lto = "thin"
panic = "abort"
2025-10-06 13:39:29 +02:00
codegen-units = 1
debug = "line-tables-only"
[dependencies]
rayon = "1.10.0"
memmap2 = "0.9.8"
core_affinity = "0.8.3"
#libc = "0.2.176"
#glommio = "0.9.0"
#monoio = "0.2.4"
#phf = { version = "0.13.1", features = ["macros"] }