rs-code 0.2.1

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 = "rs-code"
version = "0.2.1"
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 = "rs-code-deprecated"
path = "src/main.rs"