From 1321c056a6aead4716bf66fddda1d94267270093 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 22 Sep 2018 16:53:25 +0300 Subject: [PATCH] add workspace to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1bdd573d..cd02d948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,6 @@ ui = { path = "ui", version = "*" } [profile.release] lto = true #debug = true + +[workspace] +members = ["melib", "ui"]