1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 11:31:27 +00:00

Update Ghost uploader to include extra post info

This commit is contained in:
2024-11-24 22:16:59 -07:00
parent 4d01ec63b1
commit 63c8096a88
3 changed files with 479 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
feed-rs = "2.1"
feed-rs = "2.2"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.41", features = ["full"] }
jsonwebtoken = "9.3"
@@ -16,6 +16,7 @@ hex = "0.4"
chrono = "0.4"
futures = "0.3"
maud = "0.26"
scraper = "0.21"
[dev-dependencies]
clippy = "0.0"
clippy = "0.0.302"