mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-22 08:04:20 +00:00
24 lines
558 B
TOML
24 lines
558 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
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
quote = "1.0"
|
|
|
|
[dev-dependencies]
|
|
micronfig = { version = "0.3.0", path = "../micronfig" }
|
|
trybuild = "1.0.87"
|
|
|
|
[lib]
|
|
proc-macro = true
|