sat-rs/Cargo.toml
Robin Mueller 2ca6684f7a
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Rust/sat-rs/pipeline/pr-main This commit looks good
lets go
2024-02-20 18:17:25 +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",
]