Skip to content

Commit

Permalink
About to start working on refactoring based on the rem-utils changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RuleBrittonica committed Sep 3, 2024
1 parent 94e3628 commit a6a93b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Sewen Thy <me@sewenthy.dev>", "Matt Britton <matt.britton@anu.edu.au>"]
license = "MIT"
description = "Non-local control flow repairer for Rusty Extraction Maestro"
repository = "https://github.com/verse-lab/rustic-cat"
repository = "https://github.com/RuleBrittonica/rem-controller" # Forked from: "https://github.com/verse-lab/rustic-cat"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -16,6 +16,6 @@ clap = { version = "4.0.20", features = [ "derive" ] }
syn = {version="1.0.86", features=["printing", "parsing", "full", "visit-mut", "visit"]}
proc-macro2 = { version = "1.0", features = ["span-locations"]}
quote = "1.0"
rem-utils = { git = "https://github.com/RuleBrittonica/rem-utils.git", branch = "master" }
env_logger = "0.11.5"
log = "0.4.17"
rem-utils = "0.1.2"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# rem-controller

A part of the Rusty Extraction Maestro toolchain.

Provides Non-local control flow repairer for Rusty Extraction Maestro.

0 comments on commit a6a93b5

Please sign in to comment.