Skip to content

Commit

Permalink
Specified which files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Sep 27, 2022
1 parent 795e5f4 commit ebbd502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ repository = "https://github.com/gammelalf/nbezier"
readme = "README.md"
keywords = ["math", "bezier", "geometry"]
categories = ["mathematics"]
include = [
"src/*",
"Cargo.toml",
"README.md",
"LICENSE",
]

[profile.release]
debug = 1
Expand Down

0 comments on commit ebbd502

Please sign in to comment.