: automatically convert image to webp when over 1Mb

This commit is contained in:
VC
2025-01-17 17:20:14 +01:00
parent f05669923f
commit 49279e7f1f
3 changed files with 690 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "4.0.0"
version = "4.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -21,6 +21,8 @@ tokio = { version = "^1.33", features = ["rt-multi-thread", "macros"] }
toml = "^0.8"
bsky-sdk = "^0.1"
atrium-api = "^0.24"
image = "^0.25"
webp = "^0.3"
[profile.release]
strip = true