OpenBSD support (#104)

This commit is contained in:
Benjamin Stürz
2022-11-02 11:00:10 +01:00
committed by GitHub
parent b81f28a73a
commit f26e48acca
3 changed files with 29 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ pub mod freebsd;
pub mod linux;
#[cfg(target_os = "macos")]
pub mod macos;
#[cfg(target_os = "openbsd")]
pub mod openbsd;
#[cfg(unix)]
pub mod unix;
#[cfg(target_os = "windows")]