hs-hackathon-macros 0.1.0

Macro support crate for Helsing's Rust Nation hackathon
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.proc-macro2]
default-features = false
version = "1.0.36"

[dependencies.quote]
version = "1.0.14"

[dependencies.syn]
features = ["parsing", "proc-macro", "full"]
version = "2.0.39"

[features]
default = []

[lib]
proc-macro = true

[package]
description = "Macro support crate for Helsing's Rust Nation hackathon"
edition = "2021"
license = "Apache-2.0"
name = "hs-hackathon-macros"
repository = "https://github.com/helsing-ai/rust-nation"
version = "0.1.0"