First commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user