]> git.r.bdr.sh - rbdr/page/blobdiff - Cargo.toml
Update main and file_finder tests
[rbdr/page] / Cargo.toml
index 5c0f2f36ae2524c2e89962708b3c702ff5f99e6c..31709bc05844f005a90e279609f5c38a5c4a991a 100644 (file)
@@ -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