summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2018-09-22 16:53:25 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:35 +0300
commit1321c056a6aead4716bf66fddda1d94267270093 (patch)
tree183f4b2b398bb71f0cbb084012c20392d5bae300 /Cargo.toml
parent679bbb1a048ac5633ce7d4ec2b7217c6944bb653 (diff)
add workspace to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"]