🏗️ 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): Update Windmark version in examples snippets

Fuwn 25e79d36 2e1e8fd0

+4 -4
+4 -4
README.md
··· 33 33 # Cargo.toml 34 34 35 35 [dependencies] 36 - windmark = "0.3.9" 36 + windmark = "0.3.11" 37 37 tokio = { version = "1.26.0", features = ["full"] } 38 38 39 39 # If you would like to use the built-in logger (recommended) 40 - # windmark = { version = "0.3.9", features = ["logger"] } 40 + # windmark = { version = "0.3.11", features = ["logger"] } 41 41 42 42 # If you would like to use the built-in MIME dedection when `Success`-ing a file 43 43 # (recommended) 44 - # windmark = { version = "0.3.9", features = ["auto-deduce-mime"] } 44 + # windmark = { version = "0.3.11", features = ["auto-deduce-mime"] } 45 45 46 46 # If you would like to use macro-based responses (as seen below) 47 - # windmark = { version = "0.3.9", features = ["response-macros"] } 47 + # windmark = { version = "0.3.11", features = ["response-macros"] } 48 48 ``` 49 49 50 50 ### Implementing a Windmark Server