add workspace Cargo.toml

This commit is contained in:
wucke13
2023-11-04 12:46:48 +01:00
parent cd00f023fb
commit 6274c6fcdd
2 changed files with 10 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[workspace]
resolver = "2"
members = [
"rosenpass",
]