From 05bc0da89e67c2684f9fb0800306da8f741b9882 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:48:25 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b232e..bcc7d1b 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ Required-by: ## License -Bellande Rust Executable Packages is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Algorithm-Model-Research/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Algorithm-Model-Research/bellande_rust_executable/blob/main/LICENSE) for more information. +Bellande Rust Executable Packages is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) for more information. From 077e9d050f4da2bf2d3e7c55f1735e971216e283 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:04:20 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc7d1b..01eab78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Bellande Rust Executable ## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library - +- "-d", "--dep-file", required=True, help="Path to the dependencies file" +- "-s", "--src-dir", required=True, help="Source directory containing Rust files" +- "-m", "--main-file", required=True, help="Main Rust file name (e.g., main.rs)" +- "-o", "--output", required=True, help="Output path for the compiled executable" ## Website PYPI - https://pypi.org/project/bellande_rust_executable From b2268129be17a26ad9b5accd74460d5a726e0d6c Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:05:51 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01eab78..d378d1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bellande Rust Executable ## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library -- "-d", "--dep-file", required=True, help="Path to the dependencies file" +- "-d", "--dep-file", required=True, help="Path to the dependencies file (dependencies.txt) will soon be dependencies.bellande" - "-s", "--src-dir", required=True, help="Source directory containing Rust files" - "-m", "--main-file", required=True, help="Main Rust file name (e.g., main.rs)" - "-o", "--output", required=True, help="Output path for the compiled executable"