Files
yachtpit/Cargo.toml
geoffsee a5a87a86fd Add datalink-provider crate for real-world AIS data handling
- Introduced a new crate, `datalink-provider`, to support real AIS data sources (serial, TCP/UDP, file replay).
- Integrated it into the workspace and used it in the `AIS` system, replacing the simulation datalink.
- Updated dependencies and lock file.
2025-07-03 13:02:14 -04:00

12 lines
320 B
TOML

[workspace]
members = ["crates/yachtpit", "crates/yachtpit/mobile", "crates/systems", "crates/components", "crates/datalink", "crates/datalink-provider"]
resolver = "2"
default-members = [
"crates/yachtpit"
]
[workspace.dependencies]
bevy = { version = "0.16", default-features = false }
wasm-bindgen = "=0.2.100"