tree-sitter.tree-sitter/test/fixtures/rust_wasm_web/Cargo.toml
Will Lillis d9cb739430 fix(toml): drop align_entries = true from .taplo.toml
This key was being applied inconsistently depending on nesting level.
2026-08-29 11:10:37 +02:00

20 lines
384 B
TOML

[package]
name = "rust-wasm-web-test"
version = "0.0.0"
edition = "2024"
rust-version = "1.90"
publish = false
[lib]
crate-type = [ "cdylib" ]
path = "src/rust_wasm_web.rs"
[dependencies]
tree-sitter = { path = "../../../lib" }
tree-sitter-javascript = { path = "../grammars/javascript" }
[patch.crates-io]
tree-sitter-language = { path = "../../../crates/language" }
[workspace]