First commit

This commit is contained in:
2025-12-21 18:21:32 +01:00
commit 2c5d0378b6
7 changed files with 874 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "certcheckntfy"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = { version = "0.4.42", features = ["clock", "now", "std"] }
openssl = { version = "0.10" }
minreq = { version = "2.13.4", features = ["https"] }
rustix = { version = "1.1.2", features = ["system"] }