aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 23:17:06 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 23:17:06 +0100
commit1c5797fadeea6be505c01f13508203ba234cbdfa (patch)
treedd18df7a04b6c3496a2066573575b1760e550590 /Cargo.toml
parent260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 (diff)
Update main and file_finder tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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 <page@r.bdr.sh>"]
[dependencies]
+[dev-dependencies]
+test_utilities = { path = "test_utilities" }
+
[profile.release]
strip = true
lto = true