jensmemesclient/cli/Cargo.toml
LordMZTE 5231aa396c
Some checks failed
continuous-integration/drone/push Build is failing
bump version and update changelog
2021-04-06 21:33:16 +02:00

34 lines
734 B
TOML

[package]
name = "cli"
version = "0.1.5"
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
license = "GPL-3.0"
description = "Command-Line-Interface for JensMemes"
[package.metadata.deb]
name = "jensmemes-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "jm"
path = "src/main.rs"
[dependencies]
jm_client_core = { path = "../jm_client_core" }
anyhow = "1.0.34"
clap = "2.33.3"
env_logger = "0.8.2"
fuzzy-matcher = "0.3.7"
log = "0.4.11"
opener = "0.4.1"
structopt = "0.3.21"
term-table = "1.3.0"
term_size = "0.3.2"
tokio = { version = "0.2.23", features = ["macros", "fs", "process"] }
url = "2.2.0"
reqwest = { version = "0.10", features = ["stream"] }