chore: add top-level Cargo workspace
This commit is contained in:
parent
d23efda95b
commit
0cb9132983
1 changed files with 10 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"core",
|
||||
"bindings",
|
||||
"tools/cli"
|
||||
]
|
||||
|
||||
[workspace.metadata]
|
||||
# Project metadata
|
||||
name = "cryptec-workspace"
|
||||
Loading…
Add table
Reference in a new issue