shipyard_proc 0.1.0

Crate providing attribute macro to Shipyard
Documentation
[package]
name = "shipyard_proc"
version = "0.1.0"
authors = ["leudz <dylan.ancel@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Crate providing attribute macro to Shipyard"
readme = "CRATES.md"
repository = "https://github.com/leudz/shipyard"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0.2", features = ["full"] }
quote = "1.0.1"