15 lines
327 B
TOML
15 lines
327 B
TOML
[package]
|
|
name = "semantic_mutation"
|
|
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" }
|
|
reference_runtime = { path = "../reference_runtime" }
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|