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 1678749 commit 486561fCopy full SHA for 486561f
hyperdrive/packages/file-explorer/Cargo.toml
@@ -6,6 +6,5 @@ panic = "abort"
6
[workspace]
7
members = [
8
"explorer",
9
- "target/caller-utils",
10
]
11
resolver = "2"
hyperdrive/packages/file-explorer/explorer/Cargo.toml
@@ -7,9 +7,6 @@ serde_urlencoded = "0.7"
tracing = "0.1.37"
wit-bindgen = "0.36.0"
-[dependencies.caller-utils]
-path = "../target/caller-utils"
12
-
13
[dependencies.hyperprocess_macro]
14
git = "https://github.com/hyperware-ai/hyperprocess-macro"
15
rev = "16369af"
0 commit comments