headr/Cargo.toml
minhtrannhat 641b47ebee
Feat: added README.md
- added authors and description of crate
2023-09-20 21:52:26 -04:00

17 lines
401 B
TOML

[package]
name = "headr"
authors = ["Minh Tran <minh@minhtrannhat.com>"]
version = "0.1.0"
edition = "2021"
description = "Rust rewrite of BSD headr"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.2", features = ["cargo", "help"] }
[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.3"
rand = "0.8.5"