Files
HelloWorld
branches
functions_rust
guessing_game
src
target
.gitignore
Cargo.lock
Cargo.toml
hello_cargo
loops
ownership
rectangles
.gitignore
data_types.md
ownership.md
RustBrock/guessing_game/Cargo.toml
2024-12-23 21:02:04 +00:00

7 lines
98 B
TOML

[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"