Serial test execution for cookie exchange

This commit is contained in:
Prabhpreet Dua
2023-12-03 20:54:26 +05:30
parent 2904c90d4b
commit 36628a46d6
4 changed files with 193 additions and 3 deletions

View File

@@ -58,3 +58,4 @@ anyhow = { version = "1.0.75", features = ["backtrace", "std"] }
mio = { version = "0.8.9", features = ["net", "os-poll"] }
libsodium-sys-stable= { version = "1.20.4", features = ["use-pkg-config"] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
serial_test = "2.0.0"