From 46401e1cf31bc63dfb0d7de960d38c97bad131f6 Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 11 Jun 2024 02:27:36 -0400 Subject: [PATCH] Include optional lox_cli dependency for simulation --- crates/lox-distributor/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 6742e88..e3d0eeb 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -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]