From c19a598f623c5927fd41ca049d944899ec6a7640 Mon Sep 17 00:00:00 2001 From: wangmengc Date: Wed, 9 Aug 2023 17:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=201=20=E6=B7=BB=E5=8A=A0bash=20rust=E9=87=8D?= =?UTF-8?q?=E6=9E=84complete=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash-5.1/Cargo.toml | 3 ++- record.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bash-5.1/Cargo.toml b/bash-5.1/Cargo.toml index aca5602..e9517ea 100644 --- a/bash-5.1/Cargo.toml +++ b/bash-5.1/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = ["builtins_rust/read", "builtins/command1", "builtins/command2", "builtins_rust/history", "builtins_rust/kill", -"builtins_rust/rlet"] +"builtins_rust/rlet", "builtins_rust/mapfile"] [dependencies] libc = "0.2" @@ -19,3 +19,4 @@ read = {path = "./builtins_rust/read"} history = {path = "./builtins_rust/history"} kill = {path = "./builtins_rust/kill"} rlet = {path = "./builtins_rust/rlet"} +mapfile = {path = "./builtins_rust/mapfile"} diff --git a/record.txt b/record.txt index 684aab6..c0b88f9 100644 --- a/record.txt +++ b/record.txt @@ -21,3 +21,4 @@ 20 21 22 +23 -- Gitee