chore: mark packstation api as unstable
This commit is contained in:
parent
5cf693b7bb
commit
edc2da5d9e
1 changed files with 9 additions and 0 deletions
|
@ -1,11 +1,20 @@
|
|||
#[cfg(feature = "locker_ble")]
|
||||
#[cfg(feature = "unstable")]
|
||||
mod command;
|
||||
#[cfg(feature = "locker_ble")]
|
||||
#[cfg(feature = "unstable")]
|
||||
mod types;
|
||||
#[cfg(feature = "locker_ble")]
|
||||
#[cfg(feature = "unstable")]
|
||||
pub use types::*;
|
||||
|
||||
#[cfg(feature = "locker_ble")]
|
||||
#[cfg(feature = "unstable")]
|
||||
mod api;
|
||||
#[cfg(feature = "locker_ble")]
|
||||
#[cfg(feature = "unstable")]
|
||||
pub use api::*;
|
||||
|
||||
pub mod crypto;
|
||||
|
||||
pub(crate) mod utils;
|
||||
|
|
Loading…
Reference in a new issue