summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-17 20:50:49 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-17 20:50:49 -0400
commit2ee77aa848be60acdf75b02cf2a8c0ff97196ad1 (patch)
tree477355a8b0917b0c68343e1e35256b5f3bc4a4cc /Cargo.toml
parent767b9303f218ae1c15f5dfbcc7b62c72983e5efb (diff)
Move backslash escaping to separate crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"