Support uploading image attachments from clipboard (#36)

This commit is contained in:
Benjamin Große 2023-05-06 20:56:02 +01:00 committed by Ulyssa
parent ad8b4a60d2
commit 2899d4f45a
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
4 changed files with 197 additions and 1 deletions

View file

@ -14,6 +14,7 @@ categories = ["command-line-utilities"]
rust-version = "1.66"
[dependencies]
arboard = "3.2.0"
bitflags = "1.3.2"
chrono = "0.4"
clap = {version = "4.0", features = ["derive"]}
@ -23,6 +24,7 @@ dirs = "4.0.0"
emojis = "~0.5.2"
gethostname = "0.4.1"
html5ever = "0.26.0"
image = "0.24.5"
markup5ever_rcdom = "0.2.0"
mime = "^0.3.16"
mime_guess = "^2.0.4"