Include optional lox_cli dependency for simulation

This commit is contained in:
Vecna 2024-06-11 02:27:36 -04:00
parent 7b524e771e
commit 46401e1cf3
1 changed files with 3 additions and 0 deletions

View File

@ -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]