Include optional lox_cli dependency for simulation
This commit is contained in:
parent
7b524e771e
commit
46401e1cf3
|
@ -42,6 +42,9 @@ troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol.git",
|
|||
array-bytes = "6.2.0"
|
||||
sha1 = "0.10"
|
||||
|
||||
# used by troll-patrol simulation feature
|
||||
lox_cli = { git = "https://git-crysp.uwaterloo.ca/vvecna/lox_cli.git", version = "0.1", optional = true }
|
||||
|
||||
memory-stats = "1.0.0"
|
||||
|
||||
[dependencies.chrono]
|
||||
|
|
Loading…
Reference in New Issue