From 841179ccd10dd1e8b05bdcf663f4990dd04930c4 Mon Sep 17 00:00:00 2001 From: Uriah Date: Sat, 16 Dec 2023 16:04:50 +0800 Subject: [PATCH] test removing {{}} --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18ae506..bdf8691 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] tonic = "0.10.2" -tokio = {{"{"}} version = "1.35.0", features = [] {{"}"}} +tokio = { version = "1.35.0", features = [] } {{service_name}}_service = {{"{"}} path = "../services/{{service_name}}" {{"}"}} \ No newline at end of file