[package] name = "photon-state" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Shared state backend types and validation for PhotonCloud services" [dependencies] anyhow = "1.0" serde = { version = "1.0", features = ["derive"] }