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

12 lines
172 B
TOML

5 years ago
[package]
name = "phetch"
version = "0.1.0"
authors = ["dvkt <c@dvkt.io>"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
5 years ago
[dependencies]
4 years ago
termion = "1.5.3"