chore: optimize build

This commit is contained in:
2026-09-03 15:59:40 +09:00
parent 6b1b8a8846
commit 7c1d81cee9
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[build] [build]
build-dir = "{cargo-cache-home}/build/{workspace-path-hash}" build-dir = "{cargo-cache-home}/build/yoi"
incremental = false incremental = false
+6
View File
@@ -68,6 +68,12 @@ default-members = [
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
[profile.dev]
debug = "line-tables-only"
[profile.dev.package."*"]
debug = false
[workspace.dependencies] [workspace.dependencies]
# Internal crates # Internal crates
client = { path = "crates/client" } client = { path = "crates/client" }