🏗️ 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.

ci(cargo-make): fix runner definitions

Fuwn e04fecfc ed3104f9

+14 -2
+14 -2
Makefile.toml
··· 14 14 toolchain = "nightly" 15 15 16 16 [tasks.checkf] 17 - dependencies = ["fmt", "check"] 17 + script_runner = "@shell" 18 + script = ''' 19 + cargo make fmt 20 + cargo make check tokio 21 + cargo make check async-std 22 + ''' 18 23 19 24 [tasks.checkfc] 20 - dependencies = ["fmt", "check", "clippy"] 25 + script_runner = "@shell" 26 + script = ''' 27 + cargo make fmt 28 + cargo make check tokio 29 + cargo make check async-std 30 + cargo make clippy tokio 31 + cargo make clippy async-std 32 + ''' 21 33 22 34 [tasks.genkey] 23 35 command = "openssl"