diff options
| author | Xe Iaso <me@christine.website> | 2023-01-04 14:55:54 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-04 14:55:54 -0500 |
| commit | 665bc0b334a671587dcbc39f5e2b77b24a6df88f (patch) | |
| tree | 74f77831a70c5be49e01b477637af7e2ca1b878d /lib/mastodon2text/Cargo.toml | |
| parent | 351069d9f91edab96425bcd221858529acb7e08a (diff) | |
| download | xesite-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.toml | 9 |
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" |
