aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-04 14:55:54 -0500
committerXe Iaso <me@christine.website>2023-01-04 14:55:54 -0500
commit665bc0b334a671587dcbc39f5e2b77b24a6df88f (patch)
tree74f77831a70c5be49e01b477637af7e2ca1b878d /Cargo.lock
parent351069d9f91edab96425bcd221858529acb7e08a (diff)
downloadxesite-665bc0b334a671587dcbc39f5e2b77b24a6df88f.tar.xz
xesite-665bc0b334a671587dcbc39f5e2b77b24a6df88f.zip
attempt to change webmention titles
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6c3671..94d69d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1475,6 +1475,13 @@ dependencies = [
]
[[package]]
+name = "mastodon2text"
+version = "0.1.0"
+dependencies = [
+ "lol_html",
+]
+
+[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3503,6 +3510,7 @@ dependencies = [
"kankyo",
"lazy_static",
"log",
+ "mastodon2text",
"maud",
"mi",
"mime",