mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-08 20:17:14 -06:00
.github
.obsidian
HelloWorld
adder
branches
functions_rust
guessing_game
src
target
.gitignore
Cargo.lock
Cargo.toml
hello_cargo
loops
minigrep
ownership
rectangles
.gitignore
Collection of Common Data Structs.md
Constants.md
Crates.md
Data Types.md
Enums.md
Error Handling.md
Generic Types Traits and Lifetimes.md
Generics.md
Hash.md
Lifetimes.md
Modules and Use.md
Packages.md
Paths.md
Primitives.md
Project Organization.md
README.md
Reducing_Code_Duplication.md
RustBrock.code-workspace
String.md
Structures.md
Test Controls.md
Test_Organization.md
Tests.md
Traits.md
Variables.md
Vector.md
Writing_Tests.md
data_types.md
ownership.md
7 lines
98 B
TOML
7 lines
98 B
TOML
[package]
|
|
name = "guessing_game"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5" |