rustllm-proxy 0.1.0

RustLLM - rustllm-proxy component (placeholder)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"