Skip to content

Commit

Permalink
Migrate the hello-world-setuppy example to a 'rust' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 11, 2023
1 parent 865c07a commit 9df5aac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/hello-world-setuppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ edition = "2018"
[profile.release-lto]
inherits = "release"
lto = true

[[bin]]
name = "hello-world"
path = "rust/main.rs"
2 changes: 1 addition & 1 deletion examples/hello-world-setuppy/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include Cargo.toml
recursive-include src *
recursive-include rust *
recursive-include python *
File renamed without changes.

0 comments on commit 9df5aac

Please sign in to comment.