mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-27 02:52:02 +03:00
5291dd0aa7
Write a `main.rs` to `src/bin/dummy` within the generated dummy source, rather than `src/main.rs` to account for `illegalBin` test case Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
11 lines
234 B
TOML
11 lines
234 B
TOML
[package]
|
|
name = "bindeps"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
foo = { workspace = true }
|
|
|
|
[workspace.dependencies]
|
|
foo = { path = "./foo", target = "wasm32-unknown-unknown", artifact = ["bin", "cdylib", "staticlib"] }
|