Files
rust-by-example/15.Scoping/15.4 Lifetimes/Cargo.toml
2023-12-15 09:20:45 +08:00

10 lines
193 B
TOML

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