1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-07-28 00:51:29 +00:00

use iframes to put the post into ghost

This commit is contained in:
2024-11-08 14:01:23 -07:00
parent a448e47ecd
commit 87c3c4459b
3 changed files with 399 additions and 163 deletions

View File

@@ -6,14 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
feed-rs = "2.1.0"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
jsonwebtoken = "9.3.0"
serde_json = "1.0.128"
clippy = "0.0.302"
hex = "0.4.3"
chrono = "0.4.38"
futures = "0.3.30"
maud = "0.26.0"
reqwest = { version = "0.12", features = ["json"] }
feed-rs = "2.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.41", features = ["full"] }
jsonwebtoken = "9.3"
serde_json = "1.0"
hex = "0.4"
chrono = "0.4"
futures = "0.3"
maud = "0.26"
[dev-dependencies]
clippy = "0.0"