Files
rust-by-example/15.Scoping/15.2 Ownership and moves/Cargo.toml
2023-12-15 09:20:45 +08:00

9 lines
188 B
TOML

[package]
name = "ownership_and_moves"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]