Import toml-query with typed feature
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
901502b67e
commit
2268fd8091
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,6 @@ toml = "0.5"
|
||||||
xdg-basedir = "1.0"
|
xdg-basedir = "1.0"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
ansi_term = "0.11"
|
ansi_term = "0.11"
|
||||||
toml-query = "0.9"
|
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
failure_derive = "0.1"
|
failure_derive = "0.1"
|
||||||
|
@ -52,6 +51,11 @@ version = "^1.0.5"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["no_logging"]
|
features = ["no_logging"]
|
||||||
|
|
||||||
|
[dependencies.toml-query]
|
||||||
|
version = "0.9"
|
||||||
|
default-features = false
|
||||||
|
features = [ "typed" ]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue