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

11 lines
152 B
TOML

[package]
name = "chapter_11_testing"
version = "1.0.0"
edition = "2021"
[dependencies]
[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.4"