From c4082170d81b4295ec4b0973877468af52b5bc93 Mon Sep 17 00:00:00 2001 From: ghostly_zsh Date: Fri, 11 Aug 2023 17:59:13 +0000 Subject: [PATCH] update cargo.toml --- protocol/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 42c899429df56204f9af951985a85870fb056ae3..5ffc68ce673747dcdef27f7063f6f60241939865 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -11,4 +11,5 @@ serde = { version = "1", features = ["derive"] } [build-dependencies] protobuf-codegen = "3" -protoc-rust = "^2.0" \ No newline at end of file +protoc-rust = "^2.0" +log = "0.4.19" \ No newline at end of file