From 665bc0b334a671587dcbc39f5e2b77b24a6df88f Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 4 Jan 2023 14:55:54 -0500 Subject: attempt to change webmention titles Signed-off-by: Xe Iaso --- lib/mastodon2text/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/mastodon2text/Cargo.toml (limited to 'lib/mastodon2text/Cargo.toml') 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" -- cgit v1.2.3