add workspace to Cargo.toml

embed
Manos Pitsidianakis 2018-09-22 16:53:25 +03:00
parent 679bbb1a04
commit 1321c056a6
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ ui = { path = "ui", version = "*" }
[profile.release]
lto = true
#debug = true
[workspace]
members = ["melib", "ui"]