init new workspace for vorago devices

This commit is contained in:
2021-11-02 20:30:08 +01:00
commit 4d990a3e3a
4 changed files with 14 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "va108xx-rs"]
path = va108xx-rs
url = https://github.com/robamu-org/va108xx-rs.git
[submodule "vorago-reb1-rs"]
path = vorago-reb1-rs
url = https://github.com/robamu/vorago-reb1-rs.git

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[workspace]
members = [
"vorago-reb1-rs",
"va108xx-rs"
]

1
va108xx-rs Submodule

Submodule va108xx-rs added at f1cda700d2

1
vorago-reb1-rs Submodule

Submodule vorago-reb1-rs added at 35a501da10