Generate Root CA
This commit is contained in:
13
central_backend/Cargo.toml
Normal file
13
central_backend/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "central_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.21"
|
||||
env_logger = "0.11.3"
|
||||
lazy_static = "1.5.0"
|
||||
clap = { version = "4.5.7", features = ["derive", "env"] }
|
||||
anyhow = "1.0.86"
|
||||
thiserror = "1.0.61"
|
||||
openssl = { version = "0.10.64" }
|
Reference in New Issue
Block a user