Files
symclaw/crates/symclaw-skill/Cargo.toml
T

22 lines
513 B
TOML

[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"