X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/45fbf824248215a737d5d0b52920b43b68941ad3..2d9952772d5f7915a8a68c5debf79177c0ce20f4:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 5c0f2f3..5ce0102 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 "] [dependencies] +[dev-dependencies] +test_utilities = { path = "test_utilities" } + [profile.release] strip = true lto = true @@ -25,3 +28,6 @@ assets = [ ["target/release/page", "/usr/bin/page", "755" ], ["man/page.1", "/usr/share/man/man1/page.1", "644" ], ] + +[lints.clippy] +pedantic = "warn"