Skip to content

Commit

Permalink
Re-export BibliographyItem
Browse files Browse the repository at this point in the history
  • Loading branch information
xkevio authored Aug 27, 2024
1 parent 954962e commit 5a81b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ use std::collections::BTreeMap;
pub use crate::csl::archive;
pub use citationberg;
pub use csl::{
standalone_citation, BibliographyDriver, BibliographyRequest, Brackets,
BufWriteFormat, CitationItem, CitationRequest, CitePurpose, Elem, ElemChild,
ElemChildren, ElemMeta, Formatted, Formatting, LocatorPayload, Rendered,
standalone_citation, BibliographyDriver, BibliographyItem, BibliographyRequest,
Brackets, BufWriteFormat, CitationItem, CitationRequest, CitePurpose, Elem,
ElemChild, ElemChildren, ElemMeta, Formatted, Formatting, LocatorPayload, Rendered,
RenderedBibliography, RenderedCitation, SpecificLocator,
};
pub use selectors::{Selector, SelectorError};
Expand Down

0 comments on commit 5a81b68

Please sign in to comment.