feat: add base workspace

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-11 16:54:13 +02:00
commit ab059e7938
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

4
Cargo.toml Normal file
View File

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