more refactor

This commit is contained in:
Kevin Yue
2023-11-13 10:05:06 +08:00
parent 0b4829a610
commit bf2d327687
20 changed files with 965 additions and 64 deletions

22
gpauth/Cargo.toml Normal file
View File

@@ -0,0 +1,22 @@
[package]
name = "gpauth"
version.workspace = true
edition = "2021"
[dependencies]
gpcommon = { path = "../gpcommon" }
anyhow.workspace = true
clap.workspace = true
directories.workspace = true
fern.workspace = true
humantime.workspace = true
log.workspace = true
regex.workspace = true
reqwest.workspace = true
serde_json.workspace = true
serde.workspace = true
tokio.workspace = true
webkit2gtk = "0.18.2"
wry = "0.24"
[dev-dependencies]