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

10 lines
261 B
TOML

[package]
name = "photon-runtime"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Shared runtime helpers for UltraCloud services"
[dependencies]
anyhow = "1.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }