From 2ee77aa848be60acdf75b02cf2a8c0ff97196ad1 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Wed, 17 Jun 2020 20:50:49 -0400 Subject: Move backslash escaping to separate crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5deeb81..4b99f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,4 @@ exclude = [ structopt = "0.3" regex = "1" lazy_static = "1" +backslash = "0" -- cgit v1.2.3