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