mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
12 lines
169 B
TOML
12 lines
169 B
TOML
[package]
|
|
name = "generate-schema"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ungrammar = "1.16.1"
|
|
proc-macro2 = "1.0.33"
|
|
quote = "1.0.12"
|
|
itertools = "0.10.1"
|
|
|