feat: make cargo time incremental by default (#53)

Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
This commit is contained in:
Felix Spöttel
2023-12-10 13:55:17 +01:00
committed by GitHub
parent 4c4232139a
commit 874f57b359
15 changed files with 757 additions and 300 deletions

7
Cargo.lock generated
View File

@@ -24,6 +24,7 @@ dependencies = [
"chrono",
"dhat",
"pico-args",
"tinyjson",
]
[[package]]
@@ -390,6 +391,12 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
[[package]]
name = "tinyjson"
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a"
[[package]]
name = "unicode-ident"
version = "1.0.12"