aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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",