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

deps(syn): fix feature requirement for publish

Fuwn 037947b3 2afebbc1

+1 -1
+1 -1
rossweisse/Cargo.toml
··· 12 12 13 13 [dependencies] 14 14 quote = "1.0.26" # Quasi-quoting 15 - syn = "2.0.15" # Source Code Parsing 15 + syn = { version = "2.0.15", features = ["full"] } # Source Code Parsing 16 16 proc-macro2 = "1.0.56" # `proc-macro` Wrapper