mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
new chunking and cert utils
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@ -14,6 +14,20 @@ zstd = "0.13.2"
|
||||
rayon = "1.10.0"
|
||||
serde = "1.0.210"
|
||||
ciborium = "0.2.2"
|
||||
time = "0.3.36"
|
||||
|
||||
[dependencies.x509-verify]
|
||||
version = "0.4.6"
|
||||
features = [
|
||||
"pem",
|
||||
"ecdsa"
|
||||
]
|
||||
|
||||
[dependencies.rcgen]
|
||||
version = "0.13.1"
|
||||
features = [
|
||||
"x509-parser"
|
||||
]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
|
||||
Reference in New Issue
Block a user