From 1d3f83eededdf5d30aadb66f79674dbef46a6772 Mon Sep 17 00:00:00 2001 From: rfm Date: Sun, 28 Apr 2019 12:54:01 -0500 Subject: [PATCH] remove walkdir from lib via handlebars --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d981de6..ba5336e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.8" @@ -285,7 +287,6 @@ dependencies = [ "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index aa5129e4..e18bac59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["book-example/*"] [dependencies] clap = "2.24" chrono = "0.4" -handlebars = "1.0" +handlebars = { version = "1.0", default-features = false, features = ["no_dir_source"] } serde = "1.0" serde_derive = "1.0" error-chain = "0.12"