refactor: add gpauth

This commit is contained in:
Kevin Yue
2023-05-24 10:02:29 +08:00
parent 77fda0f527
commit ec0bff1e36
5 changed files with 78 additions and 0 deletions

10
gpauth/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "gpauth"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wry = "0.24.3"
webkit2gtk = "0.18.2"