Add base app

This commit is contained in:
2022-08-09 01:33:34 +02:00
commit 0430dee3bb
11 changed files with 2113 additions and 0 deletions

4
Cargo.toml Normal file
View File

@@ -0,0 +1,4 @@
[workspace]
members = [
"cibus_bin"
]