transferred to its own repo
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user