Skip to content

Commit

Permalink
chore: add dist profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Feb 24, 2023
1 parent 07b419d commit 57fa6ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ authors = ["Lucas Rosa <[email protected]>"]
clap = { version = "4.1.6", features = ["derive"] }
miette = { version = "5.5.0", features = ["fancy"] }
thiserror = "1.0.38"

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"

0 comments on commit 57fa6ed

Please sign in to comment.