[package] name = "symclaw-skill" description = "OpenClaw skill bridge 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 [dependencies] symclaw-core = { path = "../symclaw-core" } serde.workspace = true serde_json.workspace = true thiserror.workspace = true tracing.workspace = true ordered-float.workspace = true [[bin]] name = "symclaw-skill" path = "src/main.rs"