mirror of
https://github.com/github/codeql.git
synced 2025-12-16 00:33:11 +01:00
14 lines
269 B
TOML
14 lines
269 B
TOML
[package]
|
|
name = "rust-extractor-macros"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# When updating these dependencies, run `rust/update_cargo_deps.sh`
|
|
[dependencies]
|
|
quote = "1.0.41"
|
|
syn = { version = "2.0.106", features = ["full"] }
|