0adf4df094
* Fig and shell completions lib * Complete all the things
11 lines
277 B
TOML
11 lines
277 B
TOML
[package]
|
|
name = "completions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2", features = ["derive"] }
|
|
clap_complete = "3.2"
|
|
clap_complete_fig = "3.2" |