From 51d7b48acdc46ea18516c27124d06a4a418ffc99 Mon Sep 17 00:00:00 2001 From: Ivan Chepurnyi Date: Tue, 7 Jan 2025 16:36:49 +0100 Subject: [PATCH] chore: add missing description in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2c471a6..1c315bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "testcontainers-magento-data" +description = "" version = "0.1.0" edition = "2021" license = "MIT"