|
|
@ -190,6 +190,12 @@ version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "base64"
|
|
|
|
|
|
|
|
version = "0.21.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.5.3"
|
|
|
|
version = "1.5.3"
|
|
|
@ -4087,7 +4093,7 @@ name = "tauri-plugin-authenticator"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"authenticator",
|
|
|
|
"authenticator",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"base64 0.21.0",
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|