From 14db008af73d25cc92ea6c0b1f3b1e0ef67920d1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 21 Jun 2023 19:32:30 +0100 Subject: implement foundation for posts --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ba29610..fbb29a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,7 @@ chrono = "0.4.23" serde_json = "1.0.97" time = "0.3.22" chrono-humanize = "0.2.2" +markdown = "1.0.0-alpha.10" +async-trait = "0.1.68" +toml = "0.7.4" +tokio-stream = { version = "0.1.14", features = ["fs"] } -- cgit