mirror of
https://github.com/OMGeeky/google_bigquery.git
synced 2025-12-27 14:49:08 +01:00
15 lines
406 B
TOML
15 lines
406 B
TOML
[package]
|
|
name = "google_bigquery_derive"
|
|
version = "0.0.1"
|
|
authors = ["OMGeeky <aalaalgmx@gmail.com>"]
|
|
description = "A `cargo generate` template for quick-starting a procedural macro crate"
|
|
keywords = ["template", "proc_macro", "procmacro"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1"
|
|
proc-macro2 = "1.0"
|
|
syn = { version = "1.0", features = ["extra-traits", "parsing", "full"] } |