From 40c4bb30c16f52fd9ec4944482dbbb929386ab78 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Fix a bunch of things, add diferent syntax for strings --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4334410..30b051c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,12 @@ edition = "2021" default-run = "skaldpress" [features] -default = ["time"] +default = ["time", "markdown"] time = ["dep:chrono"] +markdown = ["dep:markdown"] [dependencies] -markdown = { version = "1.0.0-alpha.20" } +markdown = { version = "1.0.0-alpha.20", optional = true } chrono = { version = "0.4.38", optional = true } [[bin]] -- cgit v1.2.3