boilerplate for rust CLI apps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cli-app-base/Cargo.toml

18 lines
363 B

4 years ago
[package]
4 years ago
name = "appbase"
4 years ago
version = "0.1.0"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
4 years ago
publish = false
4 years ago
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.7.1"
failure = "0.1"
serde = "1.0.106"
serde_json = "1.0.51"
clap = "2.33.0"
json5 = "0.2.7"