mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 21:14:18 +00:00
acme-api: export api types at top-level
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
5250493e05
commit
0582a13281
@ -1,5 +1,6 @@
|
|||||||
//! ACME API crate (API types and API implementation)
|
//! ACME API crate (API types and API implementation)
|
||||||
pub mod types;
|
mod types;
|
||||||
|
pub use types::*;
|
||||||
|
|
||||||
#[cfg(feature = "impl")]
|
#[cfg(feature = "impl")]
|
||||||
mod init;
|
mod init;
|
||||||
|
Loading…
Reference in New Issue
Block a user