Skip to content

Commit 486561f

Browse files
committed
file-explorer: make it compile-able from fresh
1 parent 1678749 commit 486561f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hyperdrive/packages/file-explorer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ panic = "abort"
66
[workspace]
77
members = [
88
"explorer",
9-
"target/caller-utils",
109
]
1110
resolver = "2"

hyperdrive/packages/file-explorer/explorer/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ serde_urlencoded = "0.7"
77
tracing = "0.1.37"
88
wit-bindgen = "0.36.0"
99

10-
[dependencies.caller-utils]
11-
path = "../target/caller-utils"
12-
1310
[dependencies.hyperprocess_macro]
1411
git = "https://github.com/hyperware-ai/hyperprocess-macro"
1512
rev = "16369af"

0 commit comments

Comments
 (0)