From c117e2dc276d19b022abccac0d252bd7fc1cd44e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 20 Apr 2023 14:23:26 +0200 Subject: List contributors in changelog Co-Authored-By: Martin Haug --- docs/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/src/lib.rs') diff --git a/docs/src/lib.rs b/docs/src/lib.rs index 4a20a008..7333090d 100644 --- a/docs/src/lib.rs +++ b/docs/src/lib.rs @@ -1,7 +1,9 @@ //! Documentation provider for Typst. +mod contribs; mod html; +pub use contribs::contributors; pub use html::Html; use std::fmt::{self, Debug, Formatter}; -- cgit v1.2.3