Added base files

This commit is contained in:
2022-08-09 13:23:30 +02:00
commit 94f814dd11
9 changed files with 67 additions and 0 deletions

5
Cargo.toml Normal file
View File

@@ -0,0 +1,5 @@
[workspace]
members = [
"cuddle_cli",
"examples/base"
]