Add publish options

master
Tait Hoyem 2 years ago
parent fec6e6b927
commit 697989c7ba

@ -2,8 +2,17 @@
name = "lunanode_macros"
version = "0.1.0"
edition = "2021"
authors = ["Tait Hoyem <tait@tait.tech>"]
description = "Macros to assist in creation of the lunanode crate."
license = "agpl-3-only"
readme = "REAMDE.md"
repository = "https://git.tait.tech/tait/lunanode/"
keywords = ["macros", "helper"]
categories = ["proc_macro", "helper"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.release]
release = true
publish = true
[lib]
proc_macro = true

Loading…
Cancel
Save