echor/Cargo.toml

17 lines
395 B
TOML
Raw Permalink Normal View History

2023-07-16 21:45:54 -04:00
[package]
name = "echor"
authors = ["Minh Tran <minh@minhtrannhat.com>"]
version = "0.1.0"
edition = "2021"
description = "Rust rewrite of echo"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4", features = ["cargo", "help"] }
[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.3"
rstest = "0.18.1"