X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/a411ac34c5895e8ea4ddeed6b72f4787886a1ab0..3f1aa0b6eb90bd7912a63c6b72c2571486fbc21f:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index ebec913..cd627ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.3.1" +version = "1.4.2" 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." @@ -8,6 +8,10 @@ homepage = "https://r.bdr.sh/page.html" authors = ["Rubén Beltrán del Río "] [dependencies] +gema_texto = "1.0.1" + +[dev-dependencies] +test_utilities = { path = "test_utilities" } [profile.release] strip = true @@ -25,3 +29,6 @@ assets = [ ["target/release/page", "/usr/bin/page", "755" ], ["man/page.1", "/usr/share/man/man1/page.1", "644" ], ] + +[lints.clippy] +pedantic = "warn"