mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
20 lines
384 B
TOML
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]
|