Skip to content

Commit

Permalink
Add examples to Cargo.toml
Browse files Browse the repository at this point in the history
Let's make these legit.
  • Loading branch information
jgayfer committed May 26, 2024
1 parent 893b6e0 commit eeca194
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "multiple"
path = "examples/multiple.rs"

0 comments on commit eeca194

Please sign in to comment.