Support uploading and downloading message attachments (#13)

This commit is contained in:
Ulyssa 2023-01-10 19:59:30 -08:00
parent 504b520fe1
commit b6f4b03c12
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
14 changed files with 684 additions and 247 deletions

View file

@ -19,6 +19,8 @@ dirs = "4.0.0"
futures = "0.3.21"
gethostname = "0.4.1"
matrix-sdk = {version = "0.6", default-features = false, features = ["e2e-encryption", "sled", "rustls-tls"]}
mime = "^0.3.16"
mime_guess = "^2.0.4"
modalkit = "0.0.9"
regex = "^1.5"
rpassword = "^7.2"
@ -26,7 +28,7 @@ serde = "^1.0"
serde_json = "^1.0"
sled = "0.34"
thiserror = "^1.0.37"
tokio = {version = "1.17.0", features = ["full"]}
tokio = {version = "1.24.1", features = ["macros", "net", "rt-multi-thread", "sync", "time"]}
tracing = "~0.1.36"
tracing-appender = "~0.2.2"
tracing-subscriber = "0.3.16"