fix cargotoml
This commit is contained in:
parent
7d91afc119
commit
a9491099f9
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue