diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 3 |
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" |
