[refactor] remove backend and library modules, consolidating features into main crate
This commit is contained in:
17
.cargo/config.toml
Normal file
17
.cargo/config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[build]
|
||||
# Make target-dir consistent across workspace for better cache reuse.
|
||||
target-dir = "target"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
debug = true
|
||||
incremental = true
|
||||
|
||||
[profile.release]
|
||||
# Reasonable defaults for CLI apps/libraries
|
||||
lto = "thin"
|
||||
codegen-units = 1
|
||||
strip = "debuginfo"
|
||||
opt-level = 3
|
Reference in New Issue
Block a user