initial version

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

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "alhp_checker"
version = "0.1.0"
edition = "2024"
[dependencies]
alhp_api = {path = "crates/alhp_api"}