Init workspace

This commit is contained in:
hu55a1n1 2024-01-11 03:21:22 -08:00
parent b643ab7e02
commit 441fcce835
2 changed files with 3065 additions and 0 deletions

3059
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
resolver = "2"
members = [
"enclaves/*",
"utils/*"
]