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.
@ -0,0 +1,4 @@
[workspace]
members = [
"crypto"
]