chore: add top-level Cargo workspace

This commit is contained in:
MoCipher 2026-02-12 00:08:25 +01:00
parent d23efda95b
commit 0cb9132983

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[workspace]
members = [
"core",
"bindings",
"tools/cli"
]
[workspace.metadata]
# Project metadata
name = "cryptec-workspace"