Disable toml dep display feature

This commit is contained in:
mars 2023-04-12 19:53:35 -04:00
parent 37cfa90176
commit 46759c98c7
1 changed files with 5 additions and 1 deletions

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"]