diff --git a/Cargo.toml b/Cargo.toml index c64ba91..5ecd690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ rand = "0.6.0" chrono = { version = "0.4.9", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } tera = "0.11" +comrak = "0.6" [dependencies.rocket_contrib] version = "0.4.2"