2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00
phetch/Cargo.toml

13 lines
210 B
TOML
Raw Normal View History

2019-06-06 17:19:29 +00:00
[package]
name = "phetch"
version = "0.1.0"
authors = ["dvkt <c@dvkt.io>"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
2019-12-23 00:58:06 +00:00
opt-level = 'z' # Optimize for size.
2019-06-06 17:19:29 +00:00
[dependencies]
2019-12-21 00:12:40 +00:00
termion = "1.5.3"