🏗️ 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 for rossweisse version

Fuwn da5ba0fd 3428ae17

+3 -3
+2 -2
Cargo.toml
··· 5 5 6 6 [package] 7 7 name = "windmark" 8 - version = "0.3.7" 8 + version = "0.3.8" 9 9 authors = ["Fuwn <contact@fuwn.me>"] 10 10 edition = "2021" 11 11 description = "An elegant and highly performant async Gemini server framework" ··· 50 50 paste = "1.0.12" # Token Pasting 51 51 52 52 [dev-dependencies] 53 - rossweisse = { version = "0.0.0", path = "./rossweisse" } 53 + rossweisse = { version = "0.0.1", path = "./rossweisse" }
+1 -1
rossweisse/Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "rossweisse" 5 - version = "0.0.0" 5 + version = "0.0.1" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "`struct`-based Router Framework for Windmark"