aboutsummaryrefslogtreecommitdiff
path: root/lib/mastodon2text/Cargo.toml
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 /lib/mastodon2text/Cargo.toml
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 'lib/mastodon2text/Cargo.toml')
-rw-r--r--lib/mastodon2text/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/mastodon2text/Cargo.toml b/lib/mastodon2text/Cargo.toml
new file mode 100644
index 0000000..25bcedf
--- /dev/null
+++ b/lib/mastodon2text/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "mastodon2text"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+lol_html = "0.3"