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 --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c0f2f3..31709bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.3.2" +version = "1.4.0" edition = "2021" license = "AGPL-3.0-or-later" description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext." @@ -9,6 +9,9 @@ authors = ["Rubén Beltrán del Río "] [dependencies] +[dev-dependencies] +test_utilities = { path = "test_utilities" } + [profile.release] strip = true lto = true -- cgit