//! Re-exports all backend dependencies used by the `location` module and its
//! sub-module (`browser`).
//!
//! Only available when the `backend-deps` feature is enabled together with
//! `location` (or `location-browser`).
// browser sub-module deps
pub use tokio;
pub use serde;
pub use webbrowser;
pub use rand;