🏗️ 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(cargo): bump version 0.1.15 -> 0.1.16

Fuwn b28f5029 8c7b4480

+5 -6
+2 -3
Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "windmark" 5 - version = "0.1.15" 5 + version = "0.1.16" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "An elegant and highly performant async Gemini server framework" ··· 35 35 regex = "1.5.5" 36 36 matchit = "0.5.0" 37 37 38 - # MIME 39 - tree_magic = { version = "0.2.3", optional = true } 38 + tree_magic = { version = "0.2.3", optional = true } # MIME
+3 -3
README.md
··· 15 15 # Cargo.toml 16 16 17 17 [dependencies] 18 - windmark = "0.1.15" 18 + windmark = "0.1.16" 19 19 tokio = { version = "0.2.4", features = ["full"] } 20 20 21 21 # If you would like to use the built-in logger (recommended) 22 - # windmark = { version = "0.1.15", features = ["logger"] } 22 + # windmark = { version = "0.1.16", features = ["logger"] } 23 23 24 24 # If you would like to use the built-in MIME dedection when `Success`-ing a file 25 25 # (recommended) 26 - # windmark = { version = "0.1.15", features = ["auto-deduce-mime"] } 26 + # windmark = { version = "0.1.16", features = ["auto-deduce-mime"] } 27 27 ``` 28 28 29 29 ### Implement a Windmark server