From 5351c699931ba7cc3f2d2fb4ccbd1816a35e9204 Mon Sep 17 00:00:00 2001 From: Rorik Star Platinum Date: Tue, 9 Dec 2025 15:16:09 +0300 Subject: [PATCH] bottles cargo --- rust/bottle-song/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/bottle-song/Cargo.toml b/rust/bottle-song/Cargo.toml index a133c66..dffef90 100644 --- a/rust/bottle-song/Cargo.toml +++ b/rust/bottle-song/Cargo.toml @@ -7,3 +7,6 @@ edition = "2024" # The full list of available libraries is here: # https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml [dependencies] + +[dev-dependencies] +pretty_assertions = "1.4.1"