16 lines
513 B
TOML
16 lines
513 B
TOML
[package]
|
|
name = "photocloud-client-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["PhotonCloud"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Shared client config types (endpoint/auth/retry) for PhotonCloud 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"] }
|