blogit/Cargo.toml

13 lines
313 B
TOML

[package]
name = "blogit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
pulldown-cmark = "0.9.2"