Added device_id, access_token and account_id fetcher.

This commit is contained in:
Marta Borgia Leiva 2024-12-18 00:14:49 +01:00
parent 2d6c8a186b
commit b9bc170013
3 changed files with 260 additions and 3 deletions

View file

@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
colog = "1.3.0"
log = "0.4.22"
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"