aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-05 23:14:56 -0600
committerJoel Martin <github@martintribe.org>2015-03-05 23:14:56 -0600
commit30794b71110f6c3cbd8f446de6acab3954f6555c (patch)
tree35339c7a85e298ab0c299815b91b7d657286a347 /rust/Cargo.toml
parenta6b7d1334b329817077fa3123b5b081c3c21a4d4 (diff)
downloadmal-revert-28-master.tar.gz
mal-revert-28-master.zip
Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-master
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index c7c9519..da6cdb7 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -8,3 +8,6 @@ authors = [ "Your name <you@example.com>" ]
time = "0.1"
regex = "0.1"
libc = "0.1"
+
+[dependencies.pcre]
+git = "https://github.com/alexcrichton/rust-pcre"