Let Rojo pull auth cookie from registry on Windows

This commit is contained in:
Lucien Greathouse
2019-08-28 13:21:30 -07:00
parent e5575b782c
commit 8fe1fa48b8
6 changed files with 59 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ pub mod commands;
#[doc(hidden)]
pub mod project;
mod auth_cookie;
mod imfs;
mod message_queue;
mod path_map;