diff --git a/Cargo.toml b/Cargo.toml index f22bc5f..57f310c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]