Add workspace cargo.toml

This commit is contained in:
Graham Esau 2019-09-03 19:26:37 +01:00
parent 10ab02f167
commit 9938c498a0

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[workspace]
members = [
"schemars",
"schemars_derive"
]