mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-03 18:15:15 +01:00
Prepare macro crate for release
This commit is contained in:
@@ -21,7 +21,7 @@ yaml = ["serde_yaml"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
confique-macro = { path = "macro" }
|
||||
confique-macro = { version = "=0.0.1", path = "macro" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = { version = "0.8", optional = true }
|
||||
toml = { version = "0.5", optional = true }
|
||||
|
||||
@@ -4,6 +4,10 @@ version = "0.0.1"
|
||||
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
||||
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]
|
||||
proc-macro = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user