diff --git a/bash-5.1/Cargo.toml b/bash-5.1/Cargo.toml index 0bb665eba25c14eba2317342294ea79e95a9fdb7..aca5602b61b44cfb680059a592d04899c71e340b 100644 --- a/bash-5.1/Cargo.toml +++ b/bash-5.1/Cargo.toml @@ -8,7 +8,8 @@ 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"] +members = ["builtins_rust/read", "builtins/command1", "builtins/command2", "builtins_rust/history", "builtins_rust/kill", +"builtins_rust/rlet"] [dependencies] libc = "0.2" @@ -16,3 +17,5 @@ command1 = {path = "./builtins/command1"} command2 = {path = "./builtins/command2"} read = {path = "./builtins_rust/read"} history = {path = "./builtins_rust/history"} +kill = {path = "./builtins_rust/kill"} +rlet = {path = "./builtins_rust/rlet"} diff --git a/record.txt b/record.txt index d41c185a6dcc06cd8c1f3444e9a132282bc19653..684aab62344b22018963aedde49e7a56ed2f8654 100644 --- a/record.txt +++ b/record.txt @@ -20,3 +20,4 @@ 19 20 21 +22