We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f5da8 commit 0b09610Copy full SHA for 0b09610
devenv-tasks/Cargo.toml
@@ -5,6 +5,8 @@ edition.workspace = true
5
license.workspace = true
6
7
[dependencies]
8
+devenv-cache-core.workspace = true
9
+
10
clap.workspace = true
11
console.workspace = true
12
miette.workspace = true
@@ -17,8 +19,7 @@ tokio.workspace = true
17
19
tracing.workspace = true
18
20
sqlx.workspace = true
21
blake3.workspace = true
-walkdir = "2.4.0"
-devenv-cache-core.workspace = true
22
+walkdir.workspace = true
23
shell-escape.workspace = true
24
25
[dev-dependencies]
0 commit comments