Create a cargo workspace for subcrates (#202)

This commit is contained in:
Philipp Oppermann
2016-08-05 11:21:57 +02:00
committed by GitHub
parent a01034cbfc
commit 9603ac1ccc
2 changed files with 16 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ features = ["spin_no_std"]
[lib]
crate-type = ["staticlib"]
[workspace]
[profile.dev]
panic = "abort"