From 736738a2a798d58b1a73b0da146924a7e92ceba3 Mon Sep 17 00:00:00 2001 From: Jordi Polo Date: Sun, 26 Feb 2017 22:03:23 +0900 Subject: Adds File::with_name which automatically detects file format --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0f9fad1..2f38373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ yaml = ["yaml-rust"] [dependencies] nom = "^2.1" +lazy_static = "0.2" toml = { version = "0.2.1", optional = true } serde_json = { version = "0.9", optional = true } -- cgit v1.2.3