censorbib/src/go.mod
Philipp Winter 4be5f7bfb2 Add new build tool.
bibliogra.py requires Python 2, which is a pain to deal with.  This
commit adds a Go tool that compiles CensorBib from BibTeX to HTML.  The
tool does the bare minimum and is quite strict in the BibTeX format it
expects.
2024-03-10 12:08:10 -05:00

5 lines
72 B
Modula-2

module censorbib-go
go 1.21.3
require github.com/nickng/bibtex v1.3.0