Skip to content

Commit c26e2ed

Browse files
committed
Migrate the hello-world-setuppy example to a 'rust' dir
1 parent 7c85c04 commit c26e2ed

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include Cargo.toml
2-
recursive-include src *
2+
recursive-include rust *
33
recursive-include python *

0 commit comments

Comments
 (0)