sat-rs/Cargo.toml

9 lines
106 B
TOML
Raw Normal View History

2022-06-16 15:45:22 +02:00
[workspace]
2022-05-14 20:44:44 +02:00
2022-06-16 15:45:22 +02:00
members = [
2022-11-20 19:04:08 +01:00
"satrs-core",
2022-11-27 15:48:21 +01:00
"satrs-macros",
"satrs-example",
2022-06-16 15:45:22 +02:00
"spacepackets",
]