mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
10 lines
266 B
TOML
10 lines
266 B
TOML
[workspace]
|
|
members = ["crates/translator", "crates/client", "crates/batch_engine", "crates/proxy", "crates/providers"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.9.4"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/whit3rabbit/anyllm-proxy"
|