## 🤖 New release * `interactive-clap-derive`: 0.2.6 -> 0.2.7 * `interactive-clap`: 0.2.6 -> 0.2.7 <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.6...interactive-clap-derive-v0.2.7) - 2023-10-13 ### Added - Add support for "flatten" ([#11](https://github.com/near-cli-rs/interactive-clap/pull/11)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.6...interactive-clap-v0.2.7) - 2023-10-13 ### Other - updated the following local packages: interactive-clap-derive </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: release-plz <release-plz@github.com> Co-authored-by: release-plz <release-plz@github.com>
24 lines
696 B
TOML
24 lines
696 B
TOML
[package]
|
|
name = "interactive-clap-derive"
|
|
version = "0.2.7"
|
|
authors = ["FroVolod <frol_off@meta.ua>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/FroVolod/interactive-clap/tree/master/interactive-clap-derive"
|
|
description = "Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap) (derive macros helper crate)"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.24"
|
|
proc-macro-error = "1"
|
|
quote = "1.0"
|
|
syn = "1"
|
|
|
|
[dev-dependencies]
|
|
prettyplease = "0.1"
|
|
insta = "1"
|
|
syn = { version = "1", features = ["full"] }
|