mirror of
https://github.com/OMGeeky/google_bigquery.git
synced 2026-02-13 21:18:14 +01:00
pretty good progress
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "google_bigquery"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
reqwest = { version = "0.11.13", features = ["default", "json"] }
|
||||
tokio = { version = "1.23.0", features = ["full"] }
|
||||
serde = { version = "1.0.130", features = ["derive", "default"] }
|
||||
serde_json = "1.0"
|
||||
google-bigquery2 = "4.0.1"
|
||||
async-trait = "0.1.60"
|
||||
google_bigquery_derive = { path = "./google_bigquery_derive" }
|
||||
Reference in New Issue
Block a user