From 9938c498a079276b23130e6502b02325a062ed46 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Tue, 3 Sep 2019 19:26:37 +0100 Subject: [PATCH] Add workspace cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0540418 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] +members = [ + "schemars", + "schemars_derive" +]