mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-20 07:51:23 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,11 +1,11 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/main",
|
||||
"crates/common",
|
||||
"crates/api-router",
|
||||
"crates/html-router",
|
||||
"crates/ingestion-pipeline",
|
||||
"crates/composite-retrieval"
|
||||
"main",
|
||||
"common",
|
||||
"api-router",
|
||||
"html-router",
|
||||
"ingestion-pipeline",
|
||||
"composite-retrieval"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user