summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-01-03 07:20:08 +0100
committerQrius <[email protected]>2025-01-03 07:20:08 +0100
commitdaa2ebe4eb4394332ae3acaaa579b3cb18ea2f21 (patch)
tree84e3a7baa4d0208b9e9ad6afafeac0682a2b2e03 /Cargo.toml
parentb84765abc10598c3c808ea207ba89be40211189b (diff)
downloadskaldpress-daa2ebe4eb4394332ae3acaaa579b3cb18ea2f21.tar.gz
skaldpress-daa2ebe4eb4394332ae3acaaa579b3cb18ea2f21.zip
Remove guile as default feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ec0d03..c85f857 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
default-run = "skaldpress"
[features]
-default = ["time", "markdown", "deadlinks", "guile", "readline"]
+default = ["time", "markdown", "deadlinks", "readline"]
time = ["dep:chrono"]
markdown = ["dep:markdown"]
deadlinks = ["dep:minreq"]