Compare commits

...

2 Commits

Author SHA1 Message Date
mars 46759c98c7 Disable toml dep display feature 2023-04-12 19:53:35 -04:00
mars 37cfa90176 Disable release profile abort panic 2023-04-12 19:49:02 -04:00
2 changed files with 6 additions and 2 deletions

View File

@ -7,4 +7,4 @@ strip = true # strip symbols from the binary
opt-level = "z" # optimize for size
lto = true # link time optimization
codegen-units = 1 # decrease parallelization
panic = "abort"
# panic = "abort"

View File

@ -11,10 +11,14 @@ libc = "0.2.141"
notify = "5"
parking_lot = "0.12"
ropey = "1.6"
toml = "0.7"
yacexits = "0.1.5"
[dependencies.syntect]
version = "5"
default-features = false
features = ["default-syntaxes", "parsing", "regex-onig"]
[dependencies.toml]
version = "0.7"
default-features = false
features = ["parse"]