X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/1c5797fadeea6be505c01f13508203ba234cbdfa..f5ac7b8efb4e0d1dd197ddecbad2b46fd19f5ddb:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 31709bc..efe1d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.4.0" +version = "1.4.1" 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,7 @@ homepage = "https://r.bdr.sh/page.html" authors = ["Rubén Beltrán del Río "] [dependencies] +gema_texto = "1.0.0" [dev-dependencies] test_utilities = { path = "test_utilities" } @@ -28,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"