mirror of
https://github.com/github/codeql.git
synced 2026-02-22 01:43:41 +01:00
13 lines
252 B
TOML
13 lines
252 B
TOML
[package]
|
|
name = "rust-extractor-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# When updating these dependencies, run `rust/update_cargo_deps.sh`
|
|
[dependencies]
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.77", features = ["full"] }
|