We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75a0df commit f53a93cCopy full SHA for f53a93c
1 file changed
crates/devolutions-pedm/src/lib.rs
@@ -8,7 +8,7 @@ pub use config::Config;
8
9
cfg_if::cfg_if! {
10
if #[cfg(target_os = "windows")] {
11
- mod api;
+ pub mod api;
12
mod db;
13
14
mod elevations;
0 commit comments