From 111dbaf1ac6162f3ef0a33ed5cc894cc6d1ec011 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 27 Oct 2014 23:52:41 -0500 Subject: rust: update README. Remove exp.rs compilation. --- README.md | 2 ++ rust/Cargo.toml | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55b1216..1988b68 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ tool (cargo) to build. ``` cd rust +# Need patched pcre lib (should be temporary) +git clone https://github.com/kanaka/rust-pcre cadencemarseille-pcre cargo build ./target/stepX_YYY ``` diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c05ba2c..d382d32 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,10 +15,6 @@ git = "https://github.com/kanaka/rust-pcre" #debug = true -[[bin]] - -name = "exp" - [[bin]] name = "step0_repl" [[bin]] -- cgit v1.2.3