Use Cargo workspace
This commit is contained in:
parent
bdc0b6dbef
commit
e1b110ba76
2 changed files with 8 additions and 0 deletions
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[workspace]
|
||||||
|
members = ["matter", "matter_macro_derive", "boxslab"]
|
||||||
|
|
||||||
|
exclude = ["examples/*"]
|
4
examples/Cargo.toml
Normal file
4
examples/Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[workspace]
|
||||||
|
members = ["*"]
|
||||||
|
exclude = ["target", ".cargo"]
|
||||||
|
resolver = "2"
|
Loading…
Add table
Reference in a new issue