17 lines
294 B
TOML
17 lines
294 B
TOML
[package]
|
|
name = "tree-sitter-tests-proc-macro"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.93"
|
|
quote = "1.0.38"
|
|
syn = { version = "2.0.96", features = ["full"] }
|