This commit is contained in:
2025-08-16 15:16:15 +02:00
parent 84611dd245
commit ee163bb6bf
8 changed files with 26 additions and 11 deletions

View File

@@ -10,4 +10,6 @@ serde_json = { workspace = true }
thiserror = { workspace = true }
# Local Crate Dependencies
libcrypto = { path = "../libcrypto" }
libcrypto = { path = "../libcrypto" }
tokio = { version = "1", features = ["full"] }
bincode = "1.3.3"