1
1
mirror of https://github.com/theoludwig/rust_book.git synced 2025-05-18 12:03:03 +02:00

11 lines
150 B
TOML

[package]
name = "chapter_12_minigrep"
version = "1.0.0"
edition = "2024"
[dependencies]
colored = "3.0.0"
[dev-dependencies]
assert_cmd = "2.0.17"