rust-book-cn/english/listings/ch19-advanced-features/no-listing-17-map-initializer/Cargo.toml

8 lines
130 B
TOML
Raw Normal View History

2021-05-10 00:19:46 +08:00
[package]
name = "functions-example"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"
[dependencies]