[package]
name = "popline"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

# takes ~250K off the binary (tested on MacOS)
[profile.release]
strip = true
codegen-units = 1
panic = "abort"
lto = true

[dependencies]