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

16 lines
511 B
TOML

[package]
name = "photocloud-client-common"
version = "0.1.0"
edition = "2021"
authors = ["UltraCloud"]
license = "MIT OR Apache-2.0"
description = "Shared client config types (endpoint/auth/retry) for UltraCloud SDKs"
[dependencies]
tonic = { version = "0.12", features = ["tls"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
thiserror = "1"
backoff = { version = "0.4", features = ["tokio"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt", "time"] }