acme-api: export api types at top-level
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
//! ACME API crate (API types and API implementation)
|
||||
pub mod types;
|
||||
mod types;
|
||||
pub use types::*;
|
||||
|
||||
#[cfg(feature = "impl")]
|
||||
mod init;
|
||||
|
Reference in New Issue
Block a user