summaryrefslogtreecommitdiffstats
path: root/rust-cli/grrs/Cargo.toml
blob: fc86a5f8b6721207507e11676a08ea89aa5bba9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "grrs"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2.0.7"
predicates = "2.1.4"