🎨: improve bsky image upload

This commit is contained in:
VC
2025-01-24 13:49:11 +01:00
parent cad7840f98
commit 891f46ec2f
3 changed files with 89 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "4.1.1"
version = "4.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,6 +9,7 @@ edition = "2021"
chrono = "^0.4"
clap = "^4"
env_logger = "^0.10"
futures = "^0.3"
html-escape = "^0.2"
log = "^0.4"
megalodon = "^0.13"