Prepare macro crate for release

This commit is contained in:
Lukas Kalbertodt
2021-07-28 12:11:32 +02:00
parent e35be71665
commit f0648d722e
2 changed files with 5 additions and 1 deletions

View File

@@ -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