diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-20 14:23:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-20 14:23:36 +0200 |
| commit | c117e2dc276d19b022abccac0d252bd7fc1cd44e (patch) | |
| tree | 10884ac2ecd4d01053b2d38856c395e2e115775c /docs/src/lib.rs | |
| parent | 2a682f0008b91e7c33c6e65b3ecfc690268ab405 (diff) | |
List contributors in changelog
Co-Authored-By: Martin Haug <mhaug@live.de>
Diffstat (limited to 'docs/src/lib.rs')
| -rw-r--r-- | docs/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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}; |
