mirror of
https://github.com/theoludwig/rust_book.git
synced 2024-07-17 08:30:11 +02:00
11 lines
150 B
TOML
11 lines
150 B
TOML
[package]
|
|
name = "chapter_12_minigrep"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
colored = "2.0.4"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.12"
|