Add support for binary (rbxl and rbxm) build output

This commit is contained in:
Lucien Greathouse
2018-11-30 18:08:03 -08:00
parent ce6a9dc448
commit 25c73ed917
3 changed files with 142 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ log = "0.4"
env_logger = "0.5"
rbx-tree = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbxmx = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbxm = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
uuid = { version = "0.7", features = ["v4", "serde"] }
[dev-dependencies]