Skip to content

Commit

Permalink
fix(cli): remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Oct 11, 2024
1 parent fe47849 commit ebbef37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions crates/wasmtime-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ reqwest = { workspace = true }
tokio = { workspace = true, features = ["fs"] }
tokio-util = { workspace = true, features = ["codec"] }
tracing = { workspace = true, features = ["attributes"] }
tracing-subscriber = { workspace = true, features = [
"ansi",
"env-filter",
"fmt",
] }
url = { workspace = true }
wasi-preview1-component-adapter-provider = { workspace = true }
wasmparser = { workspace = true }
Expand All @@ -50,12 +45,8 @@ wasmtime = { workspace = true, features = [
"wat",
] }
wasmtime-wasi = { workspace = true }
wasm-tokio = { workspace = true }
wit-bindgen-wrpc = { workspace = true }
wit-component = { workspace = true }
wit-parser = { workspace = true }
wrpc-cli = { workspace = true, features = ["nats"] }
wrpc-introspect = { workspace = true }
wrpc-transport-nats = { workspace = true }
wrpc-transport = { workspace = true, features = ["net"] }
wrpc-runtime-wasmtime = { workspace = true }

0 comments on commit ebbef37

Please sign in to comment.