photoncloud-monorepo/crates/photon-auth-client/Cargo.toml

10 lines
272 B
TOML

[package]
name = "photon-auth-client"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Shared IAM auth client wrapper for PhotonCloud services"
[dependencies]
anyhow = "1.0"
iam-service-auth = { path = "../../iam/crates/iam-service-auth" }