🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(cargo-make): update runner definitions

Fuwn c6b51fc9 65136b11

+2 -2
+2 -2
Makefile.toml
··· 4 4 toolchain = "nightly" 5 5 6 6 [tasks.check] 7 - args = ["check", "--features", "logger,auto-deduce-mime,response-macros,${@}"] 7 + args = ["check", "--no-default-features", "--features", "logger,auto-deduce-mime,response-macros,${@}"] 8 8 command = "cargo" 9 9 toolchain = "nightly" 10 10 11 11 [tasks.clippy] 12 - args = ["clippy", "--features", "logger,auto-deduce-mime,response-macros,${@}"] 12 + args = ["clippy", "--no-default-features", "--features", "logger,auto-deduce-mime,response-macros,${@}"] 13 13 command = "cargo" 14 14 toolchain = "nightly" 15 15