mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
7 lines
224 B
TOML
7 lines
224 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["llm_gateway", "prompt_gateway", "common", "brightstaff", "hermesllm"]
|
|
|
|
[workspace.metadata.rust-analyzer]
|
|
# Enable features for better IDE support
|
|
cargo.features = ["trace-collection"]
|