diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |