From e9d98ede4888cc9a978bdfb0df0c536502a1e95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=91=E9=AD=84=E6=9C=AA=E6=94=B9?= Date: Mon, 10 Jul 2023 07:13:49 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E5=A4=96=E5=9B=B4?= =?UTF-8?q?=20Cargo.toml=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 剑魄未改 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa4514..7d91610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cloudExtension = { path = "./cloudExtension"} +cloud_extension = { path = "./cloud_extension"} ipc_rust = { path = "./ipc_rust"} hilog_rust = { path = "./hilog_rust"} \ No newline at end of file -- Gitee