
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.
4 lines
37 B
TOML
4 lines
37 B
TOML
[workspace]
|
|
members = [
|
|
"crypto"
|
|
]
|