mirror of
https://github.com/theoludwig/rust_book.git
synced 2025-05-18 12:03:03 +02:00
8 lines
158 B
TOML
8 lines
158 B
TOML
[package]
|
|
name = "chapter_13_iterators_and_closures"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
strum = { version = "0.27.1", features = ["derive"] }
|