[package] name = "weather_demo_helpers" description = "Helpers for the Fastly Compute@Edge synthetic content tutorial (Weather App)" version = "0.1.1" authors = ["Dora Militaru "] edition = "2018" license = "MIT" homepage = "https://developer.fastly.com/solutions/tutorials/synthetic/" [dependencies] serde = { version = "1.0.149", features = ["derive"] } serde_json = "1.0.89" chrono = "0.4.23"