mirror of
https://github.com/readest/readest.git
synced 2026-05-02 13:30:45 +00:00
* auth: add safari-auth plugin for iOS OAuth * fix: temporarily disable email auth provider for iOS
17 lines
444 B
TOML
17 lines
444 B
TOML
[package]
|
|
name = "tauri-plugin-safari-auth"
|
|
version = "0.1.0"
|
|
authors = [ "chrox" ]
|
|
description = "OAuth with ASWebAuthenticationSession on iOS"
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
|
|
links = "tauri-plugin-safari-auth"
|
|
|
|
[dependencies]
|
|
tauri = { version = "2.2.4" }
|
|
serde = "1.0"
|
|
thiserror = "2"
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { version = "2.0.3", features = ["build"] }
|