added latest changes of alhp api rs

This commit is contained in:
2025-05-02 23:50:05 +02:00
parent 5fd7a4476d
commit 6e9ec4a4cb
3 changed files with 1510 additions and 10 deletions

1514
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "alhp_api"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["mpuchstein"]

View File

@@ -162,6 +162,8 @@ pub mod general {
pub skipped: usize,
pub latest: usize,
pub queued: usize,
pub building: usize,
pub last_mirror_timestamp: usize,
pub lto: LtoStats,
}