diff options
author | Qrius <[email protected]> | 2024-11-12 10:24:17 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2024-11-12 12:23:22 +0100 |
commit | 670411b72ce59341e45d5fbecfa6f232f682d374 (patch) | |
tree | f24c97adf71e68a8002a16317bb475dbf3bfffca /Cargo.toml | |
parent | 2f5f1126fbb2a2722e94e0c5aaaf1d36ce644030 (diff) | |
download | skaldpress-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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |