diff --git a/proxmox-acme-api/src/lib.rs b/proxmox-acme-api/src/lib.rs index 532cce80..1dbb512e 100644 --- a/proxmox-acme-api/src/lib.rs +++ b/proxmox-acme-api/src/lib.rs @@ -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;