17 lines
373 B
TOML
17 lines
373 B
TOML
[package]
|
|
name = "edgeblog"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
# Remove this line if you want to be able to publish this crate as open source on crates.io.
|
|
# Otherwise, `publish = false` prevents an accidental `cargo publish` from revealing private source.
|
|
publish = false
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
|
|
[dependencies]
|
|
fastly = "^0.8.0"
|
|
pulldown-cmark = "0.9"
|
|
|