Add 'rojo doc' command

This commit is contained in:
Lucien Greathouse
2020-03-12 16:02:19 -07:00
parent 2a31937b81
commit 255bf439d3
6 changed files with 45 additions and 1 deletions

View File

@@ -62,8 +62,8 @@ harness = false
[dependencies]
memofs = { version = "0.1.0", path = "memofs" }
backtrace = "0.3"
backtrace = "0.3"
crossbeam-channel = "0.4.0"
csv = "1.1.1"
env_logger = "0.7.1"
@@ -76,6 +76,7 @@ lazy_static = "1.4.0"
log = "0.4.8"
maplit = "1.0.1"
notify = "4.0.14"
opener = "0.4.1"
rbx_binary = "0.5.0"
rbx_dom_weak = "1.10.1"
rbx_reflection = "3.3.408"