Skip to content

Commit

Permalink
migrate taplo-wasm to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Nov 6, 2024
1 parent 53363ef commit 543023e
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 2,545 deletions.
153 changes: 67 additions & 86 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
exclude = ["util/test-gen", "crates/taplo-wasm"]
exclude = ["util/test-gen"]
members = ["crates/*"]

resolver = "2"
Expand All @@ -16,6 +16,7 @@ ahash = { version = "0.8.3" }
anyhow = { version = "1.0.53" }
arc-swap = { version = "1.5.0" }
async-trait = { version = "0.1.52" }
clap = { version = "4.4.18", default-features = false }
either = { version = "1.6.1" }
futures = { version = "0.3.5" }
getrandom = { version = "0.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ taplo-common = { path = "../taplo-common" }
taplo-lsp = { path = "../taplo-lsp", default-features = false, optional = true }

anyhow = { workspace = true, features = ["backtrace"] }
clap = { version = "4", features = ["derive", "cargo", "env"] }
clap = { workspace = true, features = ["derive", "cargo", "env"] }
codespan-reporting = { version = "0.11.1" }
futures = { workspace = true }
glob = { workspace = true }
Expand Down
Loading

0 comments on commit 543023e

Please sign in to comment.