mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-01-30 20:55:25 +01:00
## 🤖 New release * `interactive-clap-derive`: 0.2.7 -> 0.2.8 * `interactive-clap`: 0.2.7 -> 0.2.8 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.8](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.7...interactive-clap-derive-v0.2.8) - 2024-01-15 ### Added - Added possibility to process optional fields ([#13](https://github.com/near-cli-rs/interactive-clap/pull/13)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.8](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.7...interactive-clap-v0.2.8) - 2024-01-15 ### Added - Added possibility to process optional fields ([#13](https://github.com/near-cli-rs/interactive-clap/pull/13)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Vlad Frolov <304265+frol@users.noreply.github.com> Co-authored-by: Vlad Frolov <304265+frol@users.noreply.github.com>
30 lines
778 B
TOML
30 lines
778 B
TOML
[workspace]
|
|
members = [
|
|
"interactive-clap-derive",
|
|
]
|
|
|
|
[package]
|
|
name = "interactive-clap"
|
|
version = "0.2.8"
|
|
authors = ["FroVolod <frol_off@meta.ua>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/FroVolod/interactive-clap"
|
|
description = "Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap)"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.8" }
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
strum_macros = "0.24"
|
|
|
|
[dev-dependencies]
|
|
shell-words = "1.0.0"
|
|
|
|
clap = { version = "4.0.18", features = ["derive"] }
|
|
|
|
inquire = "0.6"
|
|
|
|
color-eyre = "0.6"
|