Files
yup-oauth2/examples/service_account/Cargo.toml
Lewin Bormann 80b21bdddb fix(example): Use crates.io version of google-pubsub1 for examples
This was a local change that leaked into a commit.
2016-09-28 22:10:49 +02:00

15 lines
487 B
TOML

[package]
name = "service_account"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
[dependencies]
base64 = "0.2"
# We can't just use the local version (../../), as google-pubsub1 will have a different
# version of yup-oauth2, leading to type errors. For testing changes locally, download
# github.com/Byron/google-apis-rs, and use the local yup-oauth2 crate in the google-pubsub1
# crate as well as here.
yup-oauth2 = "0.6"
google-pubsub1 = "0.1"
hyper = "0.9"