This commit is contained in:
Maix0 2024-06-26 19:08:25 +02:00
parent 036e74b34e
commit 4a559399f9
3 changed files with 354 additions and 152 deletions

View file

@ -11,6 +11,7 @@ oauth2 = "5.0.0-alpha"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
time = "0.3.36"
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"