summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
blob: 8ab1a10148bda8ed1290704b3817928e7f0912f3 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "base-keysmash-cli"
version = "0.1.0"
edition = "2021"

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

[dependencies]
base-keysmash = { path = "../lib" }
clap = { version = "4.4", features = [ "derive" ] }