Skip to content

Commit 4106410

Browse files
committed
tasks: implement execIfModified
1 parent 7a4a628 commit 4106410

File tree

7 files changed

+1227
-15
lines changed

7 files changed

+1227
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devenv-tasks/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tempfile.workspace = true
1616
thiserror.workspace = true
1717
tokio.workspace = true
1818
tracing.workspace = true
19+
sqlx.workspace = true
20+
blake3.workspace = true
21+
walkdir = "2.4.0"
1922

2023
[dev-dependencies]
2124
pretty_assertions.workspace = true

0 commit comments

Comments
 (0)