You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
475 B

[package]
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.0-only"
readme = "README.md"
repository = "https://git.tait.tech/tait/lunanode/"
keywords = ["macros", "helper"]
[package.metadata.release]
release = true
publish = true
[lib]
proc_macro = true
[dependencies]
syn = { version = "1.0.102", features = ["full"] }
quote = "1.0"