mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add other crates to workspace
This commit is contained in:
parent
9e445b3583
commit
9fb7559a86
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"rtic",
|
||||
"rtic-macros",
|
||||
"rtic-channel",
|
||||
"rtic-common",
|
||||
"rtic-macros",
|
||||
"rtic-monotonics",
|
||||
"rtic-time",
|
||||
"xtask",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue