fix cargotoml

This commit is contained in:
Tao Tien 2025-11-11 11:22:58 -08:00
parent 7d91afc119
commit a9491099f9
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@
tio
tokei # repo code stats
typos
wild
z3
# keep-sorted end

View file

@ -5,7 +5,7 @@ d = "doc --no-deps --open"
[build]
target = "x86_64-unknown-linux-gnu"
target-dir = "~/.cache/cargo/target"
target-dir = "/home/tao/.cache/cargo/target"
rustflags = ["-Z", "threads=8"]
rustc-wrapper = "/path/to/sccache"