Skip to content

Commit f135dfb

Browse files
committed
Migrate the hello-world-setuppy example to a 'rust' dir
1 parent 553d6a3 commit f135dfb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/hello-world-setuppy/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ edition = "2018"
1010
[profile.release-lto]
1111
inherits = "release"
1212
lto = true
13+
14+
[[bin]]
15+
name = "hello-world"
16+
path = "rust/main.rs"

0 commit comments

Comments
 (0)