mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-23 00:24:18 +00:00
22 lines
505 B
TOML
22 lines
505 B
TOML
|
[package]
|
||
|
name = "micronfig_macros"
|
||
|
version = "0.3.0"
|
||
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||
|
edition = "2021"
|
||
|
description = "Macros for micronfig"
|
||
|
repository = "https://github.com/Steffo99/micronfig/"
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
keywords = ["twelve-factor-app", "configuration", "config", "environment", "envvar"]
|
||
|
categories = ["config"]
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
rustdoc-args = ["--document-private-items"]
|
||
|
|
||
|
[dependencies]
|
||
|
syn = "2.0"
|
||
|
quote = "1.0"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|