mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-27 13:25:59 -06:00
HelloWorld
branches
functions_rust
guessing_game
hello_cargo
loops
ownership
src
Cargo.lock
Cargo.toml
rectangles
.gitignore
data_types.md
ownership.md
7 lines
80 B
TOML
7 lines
80 B
TOML
[package]
|
|
name = "ownership"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|