This commit is contained in:
2023-07-04 15:17:43 +02:00
parent e786773a65
commit 3a1c5832a9
6 changed files with 149 additions and 36 deletions

View File

@ -20,7 +20,6 @@ pub mod verification;
#[cfg(feature = "alloc")]
pub use alloc_mod::*;
use crate::pus::verification::TcStateToken;
use crate::SenderId;
#[cfg(feature = "std")]
pub use std_mod::*;