mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add rtic-arbiter to workspace
This commit is contained in:
parent
8653823258
commit
748ab7de95
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"rtic",
|
"rtic",
|
||||||
"rtic-macros",
|
"rtic-arbiter",
|
||||||
"rtic-channel",
|
"rtic-channel",
|
||||||
"rtic-common",
|
"rtic-common",
|
||||||
"rtic-macros",
|
"rtic-macros",
|
||||||
|
|
Loading…
Reference in a new issue