Add plugin bundling, sourced from target/plugin.rbxm

This commit is contained in:
Lucien Greathouse
2018-06-25 00:53:21 -07:00
parent 4138bb7ee1
commit 5a5da3240f
3 changed files with 58 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ path = "src/lib.rs"
name = "rojo"
path = "src/bin.rs"
[features]
default = []
bundle-plugin = []
[dependencies]
clap = "2.27"
rouille = "2.1"