diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index f9b83932..318d7f37 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -25,7 +25,6 @@ toml = "0.5" xdg-basedir = "1.0" itertools = "0.7" ansi_term = "0.11" -toml-query = "0.9" atty = "0.2" failure = "0.1" failure_derive = "0.1" @@ -52,6 +51,11 @@ version = "^1.0.5" default-features = false features = ["no_logging"] +[dependencies.toml-query] +version = "0.9" +default-features = false +features = [ "typed" ] + [features] default = []