latest pushes

This commit is contained in:
Ronaldson Bellande 2024-10-02 14:36:07 -04:00
parent c4f7be6e88
commit 91b7c54b49
6 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,5 +2,4 @@ publish.sh
Cargo.toml
Cargo.lock
target
bellande_rustinstaller.py
scripts

View File

@ -12,6 +12,9 @@
- Environment variables
- redirection support
# Usage of Bellande Rust Executable Builder
- https://github.com/Architecture-Mechanism/bellande_rust_executable
- ```bellande_rust_executable -d dependencies.txt -s src -m bellos.rs -o executable/bellos```
# Usage of Bellande Rust Importer
- https://github.com/Architecture-Mechanism/bellande_importer

View File

@ -5,7 +5,7 @@
# Writing to a file
echo "This is a test file" > test.txt
echo "Adding another line" >> test.txt
echo "Adding another line" > test.txt
# Reading from a file
echo "Contents of test.txt:"

2
dependencies.txt Normal file
View File

@ -0,0 +1,2 @@
glob = "0.3.0"
tempfile = "3.2"

Binary file not shown.

1
make_rust_executable.sh Executable file
View File

@ -0,0 +1 @@
bellande_rust_executable -d dependencies.txt -s src -m bellos.rs -o executable/bellos