From 7b524e771ec444e07fff5b679c8c9e9b557829a0 Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 11 Jun 2024 02:02:00 -0400 Subject: [PATCH] Use simulation feature of Troll Patrol for simulation --- crates/lox-distributor/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index a02cbe3..6742e88 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -38,7 +38,7 @@ sled = "0.34.7" prometheus-client = "0.22.2" thiserror = "1" curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] } -troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol", version = "0.1.0" } +troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol.git", version = "0.1.0" } array-bytes = "6.2.0" sha1 = "0.10" @@ -49,4 +49,4 @@ version = "0.4.38" features = ["serde"] [features] -simulation = [] +simulation = ["troll-patrol/simulation"]