//! tsafe Native Messaging Host — Chrome/Edge/Firefox extension bridge.
//!//! Speaks the Chrome native messaging protocol over stdin/stdout.
//! Launched by the browser when the extension requests access to the vault.
fnmain(){tsafe_nativehost::run();}