From 670411b72ce59341e45d5fbecfa6f232f682d374 Mon Sep 17 00:00:00 2001 From: Qrius Date: Tue, 12 Nov 2024 10:24:17 +0100 Subject: Add some more options for dealing with different input environments --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69409c8..3f277a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skaldpress" -version = "0.1.0" +version = "0.1.1" edition = "2021" default-run = "skaldpress" @@ -9,6 +9,7 @@ default = ["time", "markdown", "deadlinks"] time = ["dep:chrono"] markdown = ["dep:markdown"] deadlinks = ["dep:minreq"] +webring = [] [dependencies] markdown = { version = "1.0.0-alpha.20", optional = true } -- cgit v1.2.3