A Fastly Compute@Edge service that renders externally hosted Markdown files. https://markdown-at-edge.edgecompute.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
259 B

[package]
name = "edgeblog"
version = "0.1.0"
authors = [
"Leonora Tindall <nora@nora.codes>",
"Leonora Tindall <ltindall@fastly.com>",
]
edition = "2021"
publish = false
[profile.release]
debug = 1
[dependencies]
fastly = "0.9"
pulldown-cmark = "0.9"