11 lines
291 B
TOML
11 lines
291 B
TOML
[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"] }
|