[package]
name = "rustclaw"
version = "0.1.0"
edition = "2021"
description = "OpenClaw alternative in Rust."
license = "MIT OR Apache-2.0"
[lib]
name = "rustclaw"
path = "src/lib.rs"
crate-type = ["lib"]
[[bin]]
name = "rustclaw"
path = "src/main.rs"