Simplify integration test

This commit is contained in:
Prabhpreet Dua
2024-04-15 22:10:40 +05:30
parent a3e91a95df
commit b56af8b696
7 changed files with 372 additions and 225 deletions

View File

@@ -57,7 +57,6 @@ mio = { version = "0.8.11", features = ["net", "os-poll"] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
blake2 = "0.10.6"
chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ "std", "heapless" ] }
libc = "0.2"
zerocopy = { version = "0.7.32", features = ["derive"] }
home = "0.5.9"
test-binary = "3.0.2"
procspawn = "1.0.0"