feat: move project to crates

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-21 11:14:58 +02:00
parent 381b472eca
commit 6e16fc6b2b
63 changed files with 9 additions and 15 deletions

View File

@@ -2,4 +2,4 @@
set -e
(cd como_bin; cargo watch -x run)
(cd crates/como_bin; cargo watch -x run)