mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
chore: fix Cargo.toml
This commit is contained in:
parent
21085a0e25
commit
2d882cd027
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,6 @@ bin = [
|
|||
"dep:tracing-subscriber",
|
||||
"reqwest/json",
|
||||
"dep:indicatif",
|
||||
|
||||
"dep:inquire",
|
||||
"dep:toml_edit",
|
||||
"dep:colored",
|
||||
|
@ -100,3 +99,7 @@ opt-level = "s"
|
|||
lto = true
|
||||
incremental = true
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release.package.pesde-registry]
|
||||
# add debug symbols for Sentry stack traces
|
||||
debug = "full"
|
||||
|
|
Loading…
Add table
Reference in a new issue