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

14 lines
211 B
TOML
Raw Normal View History

2019-06-06 17:19:29 +00:00
[package]
name = "phetch"
2019-12-24 08:18:08 +00:00
version = "0.1.1"
2019-06-06 17:19:29 +00:00
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-24 08:18:08 +00:00
termion = "1.5.3"