[package] name = "aura-cli" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [[bin]] name = "aura" path = "src/main.rs" [dependencies] aura-core = { path = "../aura-core" } aura-engine = { path = "../aura-engine" } aura-registry = { path = "../aura-registry" } aura-std = { path = "../aura-std" }