rust_book/ch8/hash-maps/Cargo.toml
2025-03-22 15:03:18 -05:00

7 lines
80 B
TOML

[package]
name = "hash-maps"
version = "0.1.0"
edition = "2021"
[dependencies]