mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Add cargo workspace to allow rust-analyzer to work correctly
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
6cd05572c4
commit
09b6161ad6
3 changed files with 2240 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@ model_server/dist
|
|||
arch_logs/
|
||||
dist/
|
||||
crates/*/target/
|
||||
crates/target/
|
||||
|
|
|
|||
2237
crates/Cargo.lock
generated
Normal file
2237
crates/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
2
crates/Cargo.toml
Normal file
2
crates/Cargo.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[workspace]
|
||||
members = ["llm_gateway", "prompt_gateway", "common"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue