From 02325a5cba6fabb8e61720d03aa8c5230a0f16ad Mon Sep 17 00:00:00 2001 From: ghostly_zsh Date: Fri, 11 Aug 2023 18:19:43 +0000 Subject: [PATCH] Update file Cargo.toml --- protocol/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 5ffc68ce673747dcdef27f7063f6f60241939865..0eb19d95ea4d2d771cacf6821dc244de40d2d95a 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] protobuf = "3" serde = { version = "1", features = ["derive"] } +log = "0.4.19" [build-dependencies] protobuf-codegen = "3" -protoc-rust = "^2.0" -log = "0.4.19" \ No newline at end of file +protoc-rust = "^2.0" \ No newline at end of file