From 7f2a48a0f6badcb59016d836193795310ec8d5ce Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Mon, 21 Jul 2025 20:57:20 -0400 Subject: [PATCH] Add AIS module as a build dependency --- crates/yachtpit/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/yachtpit/Cargo.toml b/crates/yachtpit/Cargo.toml index 2ba9d5e..4d845c4 100644 --- a/crates/yachtpit/Cargo.toml +++ b/crates/yachtpit/Cargo.toml @@ -102,3 +102,4 @@ console_error_panic_hook = "0.1" [build-dependencies] embed-resource = "1" base-map = { path = "../base-map" } # Comment to Temporarily disable for testing +ais = { path = "../ais" } # Comment to Temporarily disable for testing