chore: optimize build
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
[build]
|
||||
build-dir = "{cargo-cache-home}/build/{workspace-path-hash}"
|
||||
build-dir = "{cargo-cache-home}/build/yoi"
|
||||
incremental = false
|
||||
|
||||
@@ -68,6 +68,12 @@ default-members = [
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
[profile.dev]
|
||||
debug = "line-tables-only"
|
||||
|
||||
[profile.dev.package."*"]
|
||||
debug = false
|
||||
|
||||
[workspace.dependencies]
|
||||
# Internal crates
|
||||
client = { path = "crates/client" }
|
||||
|
||||
Reference in New Issue
Block a user