mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 18:08:44 +01:00
19 lines
354 B
TOML
19 lines
354 B
TOML
[package]
|
|
name = "google-api-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mime = "^ 0.2.0"
|
|
serde = "^ 1.0"
|
|
serde_json = "^ 1.0"
|
|
yup-oauth2 = "^ 7.0"
|
|
itertools = "^ 0.10"
|
|
hyper = "^ 0.14"
|
|
http = "^0.2"
|
|
tokio = "^1.0"
|
|
tower-service = "^0.3.1"
|
|
|