You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phetch/Cargo.toml

14 lines
211 B
TOML

5 years ago
[package]
name = "phetch"
4 years ago
version = "0.1.1"
5 years ago
authors = ["dvkt <c@dvkt.io>"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
4 years ago
opt-level = 'z' # Optimize for size.
5 years ago
[dependencies]
4 years ago
termion = "1.5.3"