extracting data from js

This commit is contained in:
2025-11-16 15:34:30 +01:00
parent 2604caab0e
commit 59aad09f71
3 changed files with 368 additions and 74 deletions

View File

@@ -9,4 +9,5 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
anyhow = "1.0"
futures = "0.3"
serde_json = "1.0"
serde_json = "1.0"
chrono = "0.4.42"