mirror of
https://codeberg.org/gigirassy/the-pit
synced 2026-08-30 15:19:55 +00:00
14 lines
218 B
TOML
14 lines
218 B
TOML
[package]
|
|
name = "the-pit"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
mimalloc = "0.1"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true |