Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -55,14 +55,6 @@ impl RustBuild {
|
||||
let target_str = target.to_string();
|
||||
let mut build_options = vec!["cargo", "build", "--target", &target_str, "--workspace"];
|
||||
|
||||
let entries = dep_src
|
||||
.directory("crates/example_bin/src")
|
||||
.entries()
|
||||
.await?;
|
||||
for entry in entries {
|
||||
println!("entry: {}", entry);
|
||||
}
|
||||
|
||||
if matches!(profile, BuildProfile::Release) {
|
||||
build_options.push("--release");
|
||||
}
|
||||
|
Reference in New Issue
Block a user