feat(secure): add saving of reports into the report folder
This commit is contained in:
parent
d69d0a5f6b
commit
d8c184171d
5 changed files with 53 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ rand = "0.9.0-beta.3"
|
|||
rustls = "^0.23.21"
|
||||
hmac = "0.12.1"
|
||||
md-5 = "^0.10.6"
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net", "sync"] }
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net", "sync", "fs"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["io-util"] }
|
||||
tonic = "0.12.3"
|
||||
prost = "0.13.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue