edgeblog/Cargo.toml

18 lines
259 B
TOML

[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"