mirror of
https://github.com/OMGeeky/google_bigquery_v2.git
synced 2025-12-26 16:17:24 +01:00
22 lines
386 B
TOML
22 lines
386 B
TOML
[package]
|
|
name = "google_bigquery_v2"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
google-bigquery2 = "5.0.2"
|
|
serde_json = "1.0.95"
|
|
tokio = "1.0.2"
|
|
google_bigquery_v2_derive = { version = "0.0.2", path = "./google_bigquery_v2_derive" }
|
|
chrono = "0.4.24"
|
|
nameof = "1.2.2"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
env_logger = "0.10.0"
|
|
async-trait = "0.1.68"
|
|
|
|
|
|
|
|
log = "0.4"
|
|
tracing = "0.1"
|