summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-04-24 10:48:36 +0200
committerQrius <[email protected]>2025-04-24 10:48:38 +0200
commit7998da85f0257bb02d63e0995d0631ca4afc2b54 (patch)
tree8d0edbecf13ef2898502fbaea2123146262ab9e6
parentc335325ad76dc7620726d9797832e5fd85fc6e76 (diff)
downloadskaldpress-7998da85f0257bb02d63e0995d0631ca4afc2b54.tar.gz
skaldpress-7998da85f0257bb02d63e0995d0631ca4afc2b54.zip
Deprecate rust version of skaldpressrust
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77bb4ca..5a463f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "skaldpress"
version = "2.2.1"
edition = "2021"
default-run = "skaldpress"
+description = "The rust version is deprecated in favor of the more malleable python rewrite"
[features]
default = ["time", "markdown", "deadlinks", "guile", "readline"]