mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
add root dockerfile that contains binaries for all services
This commit is contained in:
@@ -3,6 +3,7 @@ name = "chat-ui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
@@ -122,3 +123,7 @@ lib-default-features = false
|
||||
#
|
||||
# Optional. Defaults to "release".
|
||||
lib-profile-release = "release"
|
||||
|
||||
[[bin]]
|
||||
name = "chat-ui"
|
||||
path = "src/main.rs"
|
Reference in New Issue
Block a user