claw-code 0.1.0

DEPRECATED: This crate has been renamed to agent-code. Install with: cargo install agent-code
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "claw-code"
version = "0.1.0"
edition = "2021"
description = "DEPRECATED: This crate has been renamed to agent-code. Install with: cargo install agent-code"
license = "MIT"
repository = "https://github.com/avala-ai/agent-code"
keywords = ["deprecated"]

[[bin]]
name = "claw-code-deprecated"
path = "src/main.rs"