mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
11 lines
167 B
TOML
11 lines
167 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
name = "rtfm-macros"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
quote = "0.3.15"
|
|
syn = "0.11.11"
|
|
|
|
[lib]
|
|
plugin = true
|