Implement 'rojo build --watch' (#284)

* Refactor build command to reproduce model more easily

* Spawn ServeSession for building
This commit is contained in:
Lucien Greathouse
2020-03-08 17:48:14 -07:00
committed by GitHub
parent 0187da5f24
commit 199a39208c
3 changed files with 43 additions and 10 deletions

View File

@@ -80,6 +80,7 @@ serde_json = "1.0"
snafu = "0.6.0"
structopt = "0.3.5"
termcolor = "1.0.5"
tokio = "0.1.22"
uuid = { version = "0.8.1", features = ["v4", "serde"] }
[target.'cfg(windows)'.dependencies]
@@ -95,5 +96,4 @@ paste = "0.1"
pretty_assertions = "0.6.1"
serde_yaml = "0.8.9"
tempfile = "3.0"
tokio = "0.1.22"
walkdir = "2.1"