From 9239ee5c27eb6d87098b10cb8e1f4ea9465d1add Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 7 Feb 2017 17:09:41 -0800 Subject: Add path resolution using a strict subset of JSONPath --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47efe52..8281e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,7 @@ default = ["toml"] json = ["serde_json"] [dependencies] +nom = "^2.1" + toml = { version = "0.2.1", optional = true } serde_json = { version = "0.9", optional = true } -- cgit v1.2.3