1
0
mirror of https://github.com/danog/strum.git synced 2024-11-27 04:24:37 +01:00
strum/strum_macros/Cargo.toml

13 lines
198 B
TOML

[package]
name = "strum_macros"
version = "0.1.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[lib]
proc-macro = true
[dependencies]
quote = "*"
syn = "*"
strum = { path = "../strum" }