Files
rust-by-example/4.Variable Bindings/4.2 Scope and Shadowing/Cargo.toml
2023-12-08 19:41:26 +08:00

9 lines
188 B
TOML

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