: add embed card when available

This commit is contained in:
VC
2025-01-26 09:33:20 +01:00
parent bbe14f1f30
commit 4cb80b0607
4 changed files with 62 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "4.1.4"
version = "4.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -21,7 +21,7 @@ serde = { version = "^1.0", features = ["derive"] }
tokio = { version = "^1.33", features = ["rt-multi-thread", "macros"] }
toml = "^0.8"
bsky-sdk = "^0.1"
atrium-api = "^0.24"
atrium-api = { version = "^0.24", features = ["namespace-appbsky"] }
image = "^0.25"
webp = "^0.3"