Skip to content

Commit

Permalink
chore: expand multibin example/test
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Dec 5, 2024
1 parent fae1967 commit c17ad74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rust-hello-multibin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ test = true
name = "bye"
required-features = ["some"]

[[bin]]
name = "rust-hello-multibin"

[dependencies]
3 changes: 3 additions & 0 deletions examples/rust-hello-multibin/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, multibin!");
}

0 comments on commit c17ad74

Please sign in to comment.