mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
18 lines
415 B
TOML
18 lines
415 B
TOML
[package]
|
|
name = "ast-generator"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
# When updating these dependencies, run `rust/update_cargo_deps.sh`
|
|
[dependencies]
|
|
ungrammar = "1.16.1"
|
|
proc-macro2 = "1.0.101"
|
|
quote = "1.0.41"
|
|
either = "1.15.0"
|
|
stdx = {package = "ra_ap_stdx", version = "0.0.301"}
|
|
itertools = "0.14.0"
|
|
mustache = "0.9.0"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
anyhow = "1.0.100"
|