mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-23 15:38:30 +01:00
Prepare macro crate for release
This commit is contained in:
@@ -21,7 +21,7 @@ yaml = ["serde_yaml"]
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
confique-macro = { path = "macro" }
|
confique-macro = { version = "=0.0.1", path = "macro" }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_yaml = { version = "0.8", optional = true }
|
serde_yaml = { version = "0.8", optional = true }
|
||||||
toml = { version = "0.5", optional = true }
|
toml = { version = "0.5", optional = true }
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ version = "0.0.1"
|
|||||||
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
description = "Macro crate for 'confique'. Do not use directly! Semver not guaranteed!"
|
||||||
|
repository = "https://github.com/LukasKalbertodt/confique/"
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user