blob: e45569bd00d2af08708c90ef529a4a6148e43ce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "bird-machine-macros"
version = "0.1.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
description = "proc macros for bird-machine"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
regex-syntax = "0.6"
proc-macro2 = "1.0"
quote = "1"
syn = "1.0"
|