chore: mark packstation api as unstable

This commit is contained in:
jane400 2024-08-28 15:17:16 +02:00 committed by jane400
parent 5cf693b7bb
commit edc2da5d9e

View file

@ -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;