diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rust/Cargo.toml | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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 @@ -16,10 +16,6 @@ git = "https://github.com/kanaka/rust-pcre" [[bin]] - -name = "exp" - -[[bin]] name = "step0_repl" [[bin]] name = "step1_read_print" |
