Skip to content

Commit

Permalink
Dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jan 25, 2024
1 parent 4478eeb commit a36067a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions topiary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,17 @@ prettydiff = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
topiary-tree-sitter-facade = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { workspace = true }
tokio-test = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
futures = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt"] }
topiary-web-tree-sitter-sys.workspace = true

[dev-dependencies]
criterion = { workspace = true, features = ["async_futures"] }
env_logger = { workspace = true }
test-log = { workspace = true }
tokio-test = { workspace = true }
tree-sitter-json.workspace = true
tree-sitter-ocaml.workspace = true

Expand Down

0 comments on commit a36067a

Please sign in to comment.