aboutsummaryrefslogtreecommitdiff
path: root/arg_picker_macros/Cargo.toml
blob: c83cb9ea2ffe3bcb33c460ebf8b2722cb9f8a097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "arg-picker-macros"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mingling-rs/mingling/tree/main/arg-picker"
authors = ["Weicao-CatilGrass"]
readme = "README.md"
description = "Mingling's lightweight argument parser macros"

[lib]
proc-macro = true

[features]
mingling_support = []

[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true