mirror of https://github.com/buster-so/buster.git
remove cargo build deps
This commit is contained in:
parent
13c12be36e
commit
932d6caad1
|
@ -5,13 +5,6 @@ members = [
|
|||
# Add "libs/*" or specific lib crates here later
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.79"
|
||||
async-trait = "0.1.80"
|
||||
|
|
Loading…
Reference in New Issue