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

feat: windmark 0.1.19 -> 0.2.0

Fuwn 2f317e76 7ad6bfc7

+4 -4
+1 -1
Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "windmark" 5 - version = "0.1.20" 5 + version = "0.2.0" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "An elegant and highly performant async Gemini server framework"
+3 -3
README.md
··· 18 18 # Cargo.toml 19 19 20 20 [dependencies] 21 - windmark = "0.1.19" 21 + windmark = "0.2.0" 22 22 tokio = { version = "0.2.4", features = ["full"] } 23 23 24 24 # If you would like to use the built-in logger (recommended) 25 - # windmark = { version = "0.1.19", features = ["logger"] } 25 + # windmark = { version = "0.2.0", features = ["logger"] } 26 26 27 27 # If you would like to use the built-in MIME dedection when `Success`-ing a file 28 28 # (recommended) 29 - # windmark = { version = "0.1.19", features = ["auto-deduce-mime"] } 29 + # windmark = { version = "0.2.0", features = ["auto-deduce-mime"] } 30 30 ``` 31 31 32 32 ### Implement a Windmark server