add parsing for Campfire

This commit is contained in:
_ 2025-08-14 04:39:24 +00:00
parent 92c30167df
commit d789425e47
6 changed files with 263 additions and 37 deletions

View file

@ -15,6 +15,7 @@ maud = "0.27.0"
reqwest = "0.12.22"
rrule = "0.14.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
tokio = { version = "1.47.1", features = ["rt-multi-thread", "time"] }
toml = "0.9.5"
tracing = "0.1.41"