Rename macros crate to plugins

This commit is contained in:
Manish Goregaokar 2014-09-20 23:18:34 +05:30
parent 6177a3bdcc
commit fcb25a35ec
13 changed files with 113 additions and 74 deletions

View file

@ -11,8 +11,8 @@ path = "lib.rs"
doc = false
[dependencies.macros]
path = "../macros"
[dependencies.plugins]
path = "../plugins"
[dependencies.util]
path = "../util"