mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
14 lines
268 B
TOML
14 lines
268 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.38"
|
|
syn = { version = "2.0.96", features = ["full"] }
|