mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 14:44:02 +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)
|
||||
pub mod types;
|
||||
mod types;
|
||||
pub use types::*;
|
||||
|
||||
#[cfg(feature = "impl")]
|
||||
mod init;
|
||||
|
Loading…
Reference in New Issue
Block a user