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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user