Init workspace
This commit is contained in:
parent
b643ab7e02
commit
441fcce835
2 changed files with 3065 additions and 0 deletions
3059
Cargo.lock
generated
Normal file
3059
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[workspace]
|
||||||
|
resolver = "2"
|
||||||
|
members = [
|
||||||
|
"enclaves/*",
|
||||||
|
"utils/*"
|
||||||
|
]
|
Loading…
Reference in a new issue