From 0746ac8e89d6e19374553877b2cae7e1025dbed5 Mon Sep 17 00:00:00 2001 From: kvillers Date: Fri, 17 Apr 2026 15:03:47 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b08c1a..e722efb 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# Antares get data \ No newline at end of file +# Antares get data + +Small Rust utility that fetches product data from the Antares B2B web service and saves it as pretty-formatted JSON (`antares.json`). + +Includes serde-backed structs in `src/template/antares.rs` for deserializing the API response. \ No newline at end of file