diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-04 11:26:11 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-04 11:26:11 -0500 |
| commit | 86a360a3964ecb04a37c0424c76d7b43a9fd40fe (patch) | |
| tree | cbf0ebee17a588f8f004bdd27e590ee6c958761b /macros/Cargo.toml | |
| parent | 2bf5401439df4494b33ef87201ee013eb1f167e8 (diff) | |
rtfm! macro take 2
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml new file mode 100644 index 0000000..0e255e3 --- /dev/null +++ b/macros/Cargo.toml @@ -0,0 +1,11 @@ +[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 |
