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