automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-06-27 20:38:15 +00:00 committed by github-actions[bot]
parent a92f5f308d
commit 6a179a6bd5
1 changed files with 2 additions and 3 deletions

View File

@ -6,12 +6,11 @@
//! `pt` is a project consisting of multiple smaller crates, all bundled together in this
//! "main crate". Most crates will only show up if you activate their feature.
#[cfg_attr(docsrs, doc(cfg(feature = "full")))]
#[cfg(feature = "bintols")]
pub use libpt_bintols as bintols;
#[cfg(feature = "cli")]
pub use libpt_cli as cli;
#[cfg(feature = "core")]
pub use libpt_core as core;
#[cfg(feature = "log")]
pub use libpt_log as log;
#[cfg(feature = "cli")]
pub use libpt_cli as cli;