mirror of
https://github.com/xvxx/phetch
synced 2024-11-10 13:10:54 +00:00
13 lines
173 B
TOML
13 lines
173 B
TOML
[package]
|
|
name = "phetch"
|
|
version = "0.1.0"
|
|
authors = ["dvkt <c@dvkt.io>"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
|
|
[dependencies]
|
|
termion = "1.5.3"
|