From de0de66f1cd01c5e6184b9e326ca58e201289326 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 22 Jun 2017 23:10:37 -0700 Subject: Correct example; forgot to add glob to deps --- examples/pattern/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/pattern/Cargo.toml b/examples/pattern/Cargo.toml index 98c5330..ab11750 100644 --- a/examples/pattern/Cargo.toml +++ b/examples/pattern/Cargo.toml @@ -3,4 +3,5 @@ name = "pattern" version = "0.1.0" [dependencies] -config = { path = "../../", features = ["glob"] } +config = { path = "../../" } +glob = "0.2" -- cgit v1.2.3