2023-03-16 15:02:04 +02:00
|
|
|
[package]
|
2023-04-04 03:34:03 +03:00
|
|
|
name = "tree-sitter-tests-proc-macro"
|
|
|
|
|
version = "0.0.0"
|
2024-02-14 14:10:51 -05:00
|
|
|
edition.workspace = true
|
2023-04-04 02:41:42 +03:00
|
|
|
rust-version.workspace = true
|
2024-02-14 14:10:51 -05:00
|
|
|
publish = false
|
2023-03-16 15:02:04 +02:00
|
|
|
|
2024-10-06 13:42:14 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-03-16 15:02:04 +02:00
|
|
|
[lib]
|
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-12-16 00:48:20 -05:00
|
|
|
proc-macro2 = "1.0.92"
|
2024-09-27 20:55:44 -04:00
|
|
|
quote = "1.0.37"
|
2023-03-16 15:02:04 +02:00
|
|
|
rand = "0.8.5"
|
2024-12-16 00:48:20 -05:00
|
|
|
syn = { version = "2.0.90", features = ["full"] }
|