From e96c2133fb9f667a62af23254029bfef6a4577ac Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 30 Apr 2022 03:12:22 +0100 Subject: [PATCH] Remove unused dependencies & add aho-corasick to substitute strings --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6839676..9c47599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,9 @@ clap = "3.1.12" semver = "1.0.7" mdbook = "0.4.18" serde_json = "1.0.79" -pulldown-cmark = "0.9.1" anyhow = "1.0.57" -toml = "0.5.9" -glob = "0.3.0" env_logger = "0.9.0" log = "0.4.16" lazy_static = "1.4.0" -fancy-regex = "0.10.0" \ No newline at end of file +fancy-regex = "0.10.0" +aho-corasick = "0.7.18" \ No newline at end of file