Add dockerimage for server
This commit is contained in:
parent
2d5c91a5ef
commit
a4d9ec16a1
5 changed files with 37 additions and 8 deletions
|
|
@ -7,13 +7,6 @@ members = [
|
|||
"sync_lib"
|
||||
]
|
||||
|
||||
[workspace.lints.clippy]
|
||||
single_call_fn = "allow"
|
||||
missing_docs_in_private_items = "allow"
|
||||
question_mark_used = "allow"
|
||||
implicit_return = "allow"
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
|
||||
thiserror = { version = "1.0.66", default-features = false }
|
||||
|
|
@ -25,3 +18,5 @@ anyhow = { version = "1.0.94", features = ["backtrace"] }
|
|||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
||||
[workspace.lints.clippy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue