added fetching id for registration response

This commit is contained in:
2025-07-29 21:29:17 +02:00
parent e663839bee
commit 43ac3c4d1a
2 changed files with 36 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.37", features = ["full"] }
local-ip-address = "0.5"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls", "statuscode"] }
sysinfo = "0.29"
metrics = "0.24.2"
chrono = "0.4"