[package] name = "symclaw-cli" description = "Interactive REPL and CLI for the SymClaw symbolic math engine" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true authors.workspace = true [[bin]] name = "symclaw" path = "src/main.rs" [dependencies] symclaw-core = { path = "../symclaw-core" } clap.workspace = true rustyline.workspace = true serde_json.workspace = true thiserror.workspace = true anyhow.workspace = true tracing.workspace = true tracing-subscriber.workspace = true