diff --git a/Cargo.toml b/Cargo.toml index 8768b49c..02a9f554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "wasm-bindgen" version = "0.1.0" authors = ["Alex Crichton "] +[lib] +test = false +doctest = false + [dependencies] wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro" }