photoncloud-monorepo/crates/photon-auth-client/Cargo.toml
2026-04-04 16:33:03 +09:00

10 lines
271 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 UltraCloud services"
[dependencies]
anyhow = "1.0"
iam-service-auth = { path = "../../iam/crates/iam-service-auth" }