summaryrefslogtreecommitdiffstats
path: root/rust-cli/grrs/Cargo.toml
blob: 08077b23f710e5f1a5f537dcda39185fd1db9be3 (plain) (blame)
1
2
3
4
5
6
7
8
9
[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"] }