summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-11-12 10:24:17 +0100
committerQrius <[email protected]>2024-11-12 12:23:22 +0100
commit670411b72ce59341e45d5fbecfa6f232f682d374 (patch)
treef24c97adf71e68a8002a16317bb475dbf3bfffca /Cargo.toml
parent2f5f1126fbb2a2722e94e0c5aaaf1d36ce644030 (diff)
downloadskaldpress-670411b72ce59341e45d5fbecfa6f232f682d374.tar.gz
skaldpress-670411b72ce59341e45d5fbecfa6f232f682d374.zip
Add some more options for dealing with different input environments
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 }