pookie 0.0.2

Load cookie from your web browsers
1
2
3
4
5
6
7
8
pub(crate) mod chromium;
pub(crate) mod mozilla;

#[cfg(target_os = "windows")]
pub(crate) mod internet_explorer;

#[cfg(target_os = "macos")]
pub(crate) mod safari;