1
1
mirror of https://github.com/theoludwig/rust_book.git synced 2024-07-17 08:30:11 +02:00
rust_book/chapter_13_iterators_and_closures/Cargo.toml

8 lines
156 B
TOML
Raw Permalink Normal View History

2023-12-06 19:18:03 +01:00
[package]
name = "chapter_13_iterators_and_closures"
version = "1.0.0"
edition = "2021"
[dependencies]
strum = { version = "0.25", features = ["derive"] }