OnlineSource: minimal client; POST to the configured URL verbatim

Drop unused tracing dep. The endpoint URL is taken from config as-is, so a
change on the service side is a config change, not a code change.
This commit is contained in:
MattJackson
2026-06-04 15:33:34 -07:00
parent 0e65237ce7
commit c6f1ec1fcc
2 changed files with 8 additions and 113 deletions
-1
View File
@@ -16,4 +16,3 @@ libfreemkv = { version = "0.27", path = "../libfreemkv" }
ureq = { version = "2", features = ["json"] }
serde_json = "1"
base64 = "0.22"
tracing = "0.1"