2024-08-30 10:23:26 +08:00
|
|
|
[package]
|
2024-09-03 15:58:18 +08:00
|
|
|
name = "phiz-pay-tools"
|
2024-08-30 10:23:26 +08:00
|
|
|
version = "0.1.0"
|
2024-09-03 15:58:18 +08:00
|
|
|
description = "PhizPay tools"
|
|
|
|
authors = ["zaeyee"]
|
2024-08-30 10:23:26 +08:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2024-09-03 15:58:18 +08:00
|
|
|
[lib]
|
|
|
|
name = "phiz_pay_tools_lib"
|
|
|
|
crate-type = ["lib", "cdylib", "staticlib"]
|
|
|
|
|
2024-08-30 10:23:26 +08:00
|
|
|
[build-dependencies]
|
2024-09-03 15:58:18 +08:00
|
|
|
tauri-build = { version = "2.0.0-rc", features = [] }
|
2024-08-30 10:23:26 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-03 15:58:18 +08:00
|
|
|
tauri = { version = "2.0.0-rc", features = [] }
|
|
|
|
tauri-plugin-shell = "2.0.0-rc"
|
2024-08-30 10:23:26 +08:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
2024-08-30 17:56:25 +08:00
|
|
|
openssl = "0.10.66"
|
|
|
|
thiserror = "1.0.63"
|
2024-09-02 11:44:43 +08:00
|
|
|
rand = "0.8.5"
|
2024-09-03 15:58:18 +08:00
|
|
|
tauri-plugin-dialog = "2.0.0-rc"
|