mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-21 00:11:26 +02:00
moved entry points to bin to clarify
This commit is contained in:
@@ -8,7 +8,6 @@ async-openai = "0.24.1"
|
||||
axum = { version = "0.7.5", features = ["multipart", "macros"] }
|
||||
axum_typed_multipart = "0.12.1"
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.3.0"
|
||||
lapin = { version = "2.5.0", features = ["serde_json"] }
|
||||
mime = "0.3.17"
|
||||
mime_guess = "2.0.5"
|
||||
@@ -29,8 +28,8 @@ uuid = { version = "1.10.0", features = ["v4", "serde"] }
|
||||
|
||||
[[bin]]
|
||||
name = "server"
|
||||
path = "src/server.rs"
|
||||
path = "src/bin/server.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "consumer"
|
||||
path = "src/consumer.rs"
|
||||
name = "worker"
|
||||
path = "src/bin/worker.rs"
|
||||
|
||||
Reference in New Issue
Block a user