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

docs(readme): fix windmark version

Fuwn b8061726 da5ba0fd

+4 -4
+4 -4
README.md
··· 17 17 # Cargo.toml 18 18 19 19 [dependencies] 20 - windmark = "0.3.6" 20 + windmark = "0.3.8" 21 21 tokio = { version = "1.26.0", features = ["full"] } 22 22 23 23 # If you would like to use the built-in logger (recommended) 24 - # windmark = { version = "0.3.6", features = ["logger"] } 24 + # windmark = { version = "0.3.8", features = ["logger"] } 25 25 26 26 # If you would like to use the built-in MIME dedection when `Success`-ing a file 27 27 # (recommended) 28 - # windmark = { version = "0.3.6", features = ["auto-deduce-mime"] } 28 + # windmark = { version = "0.3.8", features = ["auto-deduce-mime"] } 29 29 30 30 # If you would like to use macro-based responses (as seen below) 31 - # windmark = { version = "0.3.6", features = ["response-macros"] } 31 + # windmark = { version = "0.3.8", features = ["response-macros"] } 32 32 ``` 33 33 34 34 ### Implement a Windmark server