From d3c2f51773e17d5a23dfb9a2bb38b816dbd330ad Mon Sep 17 00:00:00 2001 From: mengfansheng Date: Sat, 11 May 2024 15:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20r=5Farrayfunc/Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utshell-0.4/r_arrayfunc/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utshell-0.4/r_arrayfunc/Cargo.toml b/utshell-0.4/r_arrayfunc/Cargo.toml index 4888f8bd..fc4f7eac 100644 --- a/utshell-0.4/r_arrayfunc/Cargo.toml +++ b/utshell-0.4/r_arrayfunc/Cargo.toml @@ -6,3 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +libc = "*" +rcommon = {path = "../builtins_rust/common"} +r_bash = {path = "../r_bash"} + +[lib] +name = "r_arrayfunc" +crate-type = ["staticlib","rlib"] \ No newline at end of file -- Gitee