transferred to its own repo

This commit is contained in:
2025-03-27 05:31:53 +01:00
parent 94eab83d23
commit 5fd7a4476d
8 changed files with 345 additions and 1 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "alhp_api"
version = "0.1.0"
edition = "2024"
authors = ["mpuchstein"]
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
reqwest = { version = "0.12.15" , features = ["blocking"] }
log = "0.4.27"