Create a cargo workspace for subcrates

(cherry picked from commit 488a3c16f0)
This commit is contained in:
Philipp Oppermann
2016-08-05 11:18:37 +02:00
parent f5af9e25e4
commit 689bd2e3e2

View File

@@ -23,6 +23,8 @@ version = "0.7.0"
[lib] [lib]
crate-type = ["staticlib"] crate-type = ["staticlib"]
[workspace]
[profile.dev] [profile.dev]
panic = "abort" panic = "abort"