2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-10 13:10:54 +00:00
phetch/Cargo.toml
2019-12-22 16:58:06 -08:00

13 lines
210 B
TOML

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