blogit/Cargo.toml

13 lines
313 B
TOML
Raw Permalink Normal View History

2023-01-13 16:03:37 +00:00
[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"