about summary refs log tree commit diff
path: root/Cargo.toml
blob: 6d6c3fca85f0046cd2ce99e033db76f0cfe893fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]