Add empty workspace

This commit is contained in:
Michael Vines 2020-06-12 15:58:58 -07:00
parent 94a5c47861
commit fd928f4178
1 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ targets = ["x86_64-unknown-linux-gnu"]
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
opt-level = "s"
[workspace]