You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phetch/Cargo.toml

23 lines
474 B
TOML

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