miden-crypto/Cargo.toml
Victor Lopez e9ef2a9be8
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.
2022-10-20 18:09:31 +02:00

4 lines
37 B
TOML

[workspace]
members = [
"crypto"
]