Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

nit: set required toolchain

+3 -1
+1
package.json
··· 6 6 }, 7 7 "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", 8 8 "dependencies": { 9 + "tailwindcss": "^3.4.17", 9 10 "@tailwindcss/typography": "^0.5.15" 10 11 } 11 12 }
-1
pnpm-lock.yaml
··· 11 11 '@tailwindcss/typography': 12 12 specifier: ^0.5.15 13 13 version: 0.5.15(tailwindcss@3.4.17) 14 - devDependencies: 15 14 tailwindcss: 16 15 specifier: ^3.4.17 17 16 version: 3.4.17
+2
rust-toolchain.toml
··· 1 + [toolchain] 2 + channel = "stable"