2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00
phetch/Cargo.toml
2019-12-24 00:35:51 -08:00

18 lines
405 B
TOML

[package]
name = "phetch"
version = "0.1.1"
authors = ["dvkt <c@dvkt.io>"]
license = "MIT"
description = "a terminal gopher client designed to help you quickly navigate the gophersphere"
repository = "https://github.com/dvkt/phetch"
keywords = ["gopher", "tui", "cli"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
opt-level = 'z' # Optimize for size.
[dependencies]
termion = "1.5.3"