feat: Infrastructure for the Rosenpass API

This commit is contained in:
Karolin Varner
2024-08-03 16:51:18 +02:00
parent 730a03957a
commit 4bcd38a4ea
25 changed files with 1537 additions and 16 deletions

View File

@@ -65,6 +65,9 @@ derive_builder = "0.20.0"
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
postcard= {version = "1.0.8", features = ["alloc"]}
libcrux = { version = "0.0.2-pre.2" }
hex-literal = { version = "0.4.1" }
hex = { version = "0.4.3" }
heck = { version = "0.5.0" }
#Dev dependencies
serial_test = "3.1.1"