Browse Source

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.
al-gkr-basic-workflow
Victor Lopez 2 years ago
parent
commit
e9ef2a9be8
No known key found for this signature in database GPG Key ID: DE1CBCF58160A41D
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Cargo.toml

+ 4
- 0
Cargo.toml

@ -0,0 +1,4 @@
[workspace]
members = [
"crypto"
]

Loading…
Cancel
Save