Use walredo from master

This commit is contained in:
Konstantin Knizhnik
2021-12-08 12:27:27 +03:00
parent cb6e231ea9
commit eb2323aedd
6 changed files with 388 additions and 322 deletions

View File

@@ -27,6 +27,7 @@ workspace_hack = { path = "../workspace_hack" }
rand = "0.8.3"
jsonwebtoken = "7"
hex = { version = "0.4.3", features = ["serde"] }
nix = "0.23.0"
rustls = "0.19.1"
rustls-split = "0.2.1"

View File

@@ -40,3 +40,7 @@ pub mod logging;
// Misc
pub mod accum;
// Utility for putting a raw file descriptor into non-blocking mode
pub mod nonblock;