mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
Please note that I specified version 0.9.4 in the example crate (anticipating the version bump)
11 lines
257 B
TOML
11 lines
257 B
TOML
[package]
|
|
name = "service_account"
|
|
version = "0.1.0"
|
|
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
|
|
|
|
[dependencies]
|
|
base64 = "0.2"
|
|
yup-oauth2 = "0.6.4"
|
|
google-pubsub1 = { version = "0.1", path = "../../../google-apis-rs/gen/pubsub1" }
|
|
hyper = "0.9"
|