18 lines
309 B
TOML
18 lines
309 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.92"
|
|
quote = "1.0.37"
|
|
rand = "0.8.5"
|
|
syn = { version = "2.0.90", features = ["full"] }
|