|
|
@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
|
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
|
|
|
|
// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs
|
|
|
|
// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs
|
|
|
|
|
|
|
|
|
|
|
|
use std::sync::{Mutex, MutexGuard, PoisonError};
|
|
|
|
use std::sync::{Mutex, MutexGuard, PoisonError};
|
|
|
|