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 tio
tokei # repo code stats tokei # repo code stats
typos typos
wild
z3 z3
# keep-sorted end # keep-sorted end

View file

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