16 lines
248 B
TOML
16 lines
248 B
TOML
[package]
|
|
name = "cli"
|
|
version = "0.1.0"
|
|
authors = ["lovebird <cgoflyn@gmail.com>"]
|
|
edition = "2018"
|
|
license-file = "LICENSE-MIT.md"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
lto = true
|
|
panic = 'abort'
|