fix: Exclude target so tests works

master
Jesper Håkansson 7 years ago
parent ac70220610
commit 16a169bd52
  1. 3
      Cargo.toml

@ -10,7 +10,8 @@ categories = ["wasm"]
documentation = "https://rustwasm.github.io/wasm-pack/"
[workspace]
members = [".", "binary-install"]
members = ["binary-install"]
exclude = ["target"]
[dependencies]
atty = "0.2.11"

Loading…
Cancel
Save