Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ windows = { version = "0.58", features = [
"Win32_Security_Credentials",
"Win32_Security_Cryptography",
"Win32_Media_Audio",
"Win32_NetworkManagement_IpHelper",
"Win32_Security",
"Win32_System_Console",
"Win32_System_LibraryLoader",
"Win32_System_JobObjects",
"Win32_System_Pipes",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
"Win32_Storage_FileSystem",
Expand Down
2 changes: 2 additions & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pub mod host;
pub mod locale;
pub mod logging;
pub mod login;
#[cfg(windows)]
pub mod managed_process;
pub mod notifications;
pub mod providers;
pub mod secure_file;
Expand Down
Loading