chore(workspace): add Cargo.toml with workspace setup
This commit introduces a workspace structure with a `Cargo.toml`. Currently we have a single member `crypto`, but these can be added incrementally in the future.
This commit is contained in:
parent
ebf9557d1c
commit
e9ef2a9be8
1 changed files with 4 additions and 0 deletions
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"crypto"
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue