mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
11 lines
166 B
TOML
11 lines
166 B
TOML
[package]
|
|
name = "ast-generator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ungrammar = "1.16.1"
|
|
proc-macro2 = "1.0.33"
|
|
quote = "1.0.12"
|
|
itertools = "0.10.1"
|