[package]
name = "rustllm-proxy"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "RustLLM - rustllm-proxy component (placeholder)"
[[bin]]
name = "rustllm_proxy"
path = "src/main.rs"
[lib]
name = "rustllm_proxy"
path = "src/lib.rs"