[package] name = "replay_corpus" version.workspace = true edition.workspace = true license.workspace = true [dependencies] world_model = { path = "../world_model" } rune_ir = { path = "../rune_ir" } trace_model = { path = "../trace_model" } generators = { path = "../generators" } reference_runtime = { path = "../reference_runtime" } runtime_under_test = { path = "../runtime_under_test" } [dev-dependencies] # Enables `buggy_resolve` for the retention negative-control test. runtime_under_test = { path = "../runtime_under_test", features = ["negative_controls"] } [lib] path = "src/lib.rs"