mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Support uploading image attachments from clipboard (#36)
This commit is contained in:
parent
ad8b4a60d2
commit
2899d4f45a
4 changed files with 197 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue