- create new exe project, --bin makes exe instead of lib, this creates a new folder, Cargo.toml is like package.json cargo new rust_calculater --bin
- Run the program cargo run
- Install dependencies by appending to the Cargo.toml, in vscode I would see errors, restarting vscode fixed that [dependencies] rand = "0.3.0"
-
Notifications
You must be signed in to change notification settings - Fork 0
TrevorDev/rust_test_project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
playing around with rust
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published