Skip to content

Commit 2e2c08f

Browse files
committed
update README
1 parent 5c30f41 commit 2e2c08f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundation/auth/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ google-cloud-auth = { package="gcloud-auth", version="1.0.0" }
1717
#[tokio::main]
1818
async fn main() -> Result<(), error::Error> {
1919
use google_cloud_auth::{project::Config, token::DefaultTokenSourceProvider};
20-
use google_cloud_token::TokenSourceProvider as _;
20+
// This https://crates.io/crates/token-source
21+
use token_source::TokenSourceProvider as _;
2122

2223
let audience = "https://spanner.googleapis.com/";
2324
let scopes = [

0 commit comments

Comments
 (0)