Open GrowzGta opened 3 months ago
I am new to rust/cargo and I don't know anything about it
I tried to run it but idk how
Considering you installed cargo and rust needed tools/programs (see the https://www.rust-lang.org/tools/install), in your terminal: cargo build --release or cargo run --release .
cargo build --release
cargo run --release
I am new to rust/cargo and I don't know anything about it