mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
123 B
TOML
8 lines
123 B
TOML
[package]
|
|
name = "attributes"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
proc_macros = { path = "../proc_macros" }
|