diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index f4c25a168e..650551c380 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -9,6 +9,10 @@ repository = "https://github.com/CraneStation/cranelift" publish = false edition = "2018" +# Present here only to make sure that cargo test --all runs tests for all +# the crates. +[workspace] + [[bin]] name = "clif-util" path = "src/clif-util.rs"