echor/Cargo.toml
minhtrannhat c33bdc5778
Feat: Finished functionality
- Added test suite
- Added README.md
2023-07-20 02:42:12 -04:00

16 lines
377 B
TOML

[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"