From fa2bbbad4cca7d8e67f40f760ec4711ca12361e0 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Wed, 17 May 2023 11:48:25 -0400 Subject: [PATCH] small inclusion to ensure wash-cli is the only bin Signed-off-by: Brooks Townsend --- crates/wash-lib/tests/parser/files/withcargotoml/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/wash-lib/tests/parser/files/withcargotoml/Cargo.toml b/crates/wash-lib/tests/parser/files/withcargotoml/Cargo.toml index 05e1356f2..6125f865c 100644 --- a/crates/wash-lib/tests/parser/files/withcargotoml/Cargo.toml +++ b/crates/wash-lib/tests/parser/files/withcargotoml/Cargo.toml @@ -5,4 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +crate-type = ["cdylib", "rlib"] + [dependencies]