Support for uploading images in posts/comments

This commit is contained in:
Bnyro
2023-06-25 19:53:15 +02:00
parent bc488e7cd3
commit 7a293458b9
5 changed files with 124 additions and 6 deletions

View File

@@ -6,9 +6,11 @@ edition = "2021"
[dependencies]
relm4 = "0.6.0"
relm4-components = { version = "0.6.0", features = ["web"] }
reqwest = { version = "0.11.16", features = ["json", "blocking"] }
reqwest = { version = "0.11.16", features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
lemmy_api_common = { git = "https://github.com/Bnyro/lemmy.git", rev = "ff69cd151988fa4cff5a6f3789c5675a2e3257f8" }
markdown = "0.3.0"
html2pango = "0.5.0"
rand = "0.8.5"
mime_guess = "2.0.4"