From 1c5797fadeea6be505c01f13508203ba234cbdfa Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 3 Jan 2025 23:17:06 +0100 Subject: Update main and file_finder tests --- test_utilities/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test_utilities/Cargo.toml (limited to 'test_utilities/Cargo.toml') diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml new file mode 100644 index 0000000..c8a753f --- /dev/null +++ b/test_utilities/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "test_utilities" +version = "1.4.0" +edition = "2021" +license = "AGPL-3.0-or-later" +description = "Shared test utilities for page" +homepage = "https://r.bdr.sh/page.html" +authors = ["Rubén Beltrán del Río "] + +[dependencies] -- cgit