]> git.r.bdr.sh - rbdr/page/commit - Cargo.toml
Add a gemini parser
authorRuben Beltran del Rio <redacted>
Thu, 13 Apr 2023 19:56:38 +0000 (21:56 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 13 Apr 2023 19:56:38 +0000 (21:56 +0200)
commit8d4fac527ea33456de21933b4632a5bf4abbfc8d
tree55ece9b1b769060cd32d62c7c933e74244c6f12d
Add a gemini parser
.gitignore [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
src/gemini_parser.rs [new file with mode: 0644]
src/main.rs [new file with mode: 0644]