initial version

This commit is contained in:
Matthias Puchstein
2025-03-24 15:33:29 +01:00
parent 39c5d71557
commit 696f92bb1b
10 changed files with 1862 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[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"] }