Use Cargo workspace

This commit is contained in:
Marcel 2023-01-15 15:42:08 +01:00
parent bdc0b6dbef
commit e1b110ba76
2 changed files with 8 additions and 0 deletions

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[workspace]
members = ["matter", "matter_macro_derive", "boxslab"]
exclude = ["examples/*"]

4
examples/Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[workspace]
members = ["*"]
exclude = ["target", ".cargo"]
resolver = "2"