generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
6d4e82b0b7
commit
0afd0a96a3
|
@ -1,11 +1,11 @@
|
|||
//! Python bindings for [`libpt`](libpt)
|
||||
|
||||
#[cfg(feature = "bintols")]
|
||||
mod bintols;
|
||||
#[cfg(feature = "core")]
|
||||
mod core;
|
||||
#[cfg(feature = "log")]
|
||||
mod log;
|
||||
#[cfg(feature = "bintols")]
|
||||
mod bintols;
|
||||
|
||||
use pyo3::prelude::*;
|
||||
|
||||
|
|
Reference in New Issue