Files
rust-by-example/14.Generics/14.8 Associated items/Cargo.toml
2023-12-11 18:40:53 +08:00

9 lines
185 B
TOML

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