mirror of
https://github.com/OMGeeky/google_bigquery_v2.git
synced 2025-12-27 06:29:38 +01:00
15 lines
210 B
TOML
15 lines
210 B
TOML
[package]
|
|
name = "google_bigquery_v2_derive"
|
|
version = "0.0.2"
|
|
authors = ["OMGeeky <aalaalgmx@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1"
|
|
proc-macro2 = "1.0"
|
|
syn = "2.0"
|
|
|