sat-rs/Cargo.toml
Robin Mueller ae8e39f626
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build queued...
First version of asynchronix based mini simulator
- Basic simulator with 3 devices
- Can be driven via a UDP interface
- Design allows to drive the simulation via different interface in the future
  by using Request/Reply messaging.
2024-03-09 15:11:11 +01:00

15 lines
184 B
TOML

[workspace]
resolver = "2"
members = [
"satrs",
"satrs-mib",
"satrs-example",
"satrs-minisim",
"satrs-shared",
]
exclude = [
"satrs-example-stm32f3-disco",
]