remove cargo build deps

This commit is contained in:
dal 2025-05-07 08:11:39 -06:00
parent 13c12be36e
commit 932d6caad1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 7 deletions

View File

@ -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"