[package] name = "phiz-pay-tools" version = "0.1.0" description = "PhizPay tools" authors = ["zaeyee"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "phiz_pay_tools_lib" crate-type = ["lib", "cdylib", "staticlib"] [build-dependencies] tauri-build = { version = "2.0.0-rc", features = [] } [dependencies] tauri = { version = "2.0.0-rc", features = [] } tauri-plugin-shell = "2.0.0-rc" serde = { version = "1", features = ["derive"] } serde_json = "1" openssl = "0.10.66" thiserror = "1.0.63" rand = "0.8.5" tauri-plugin-dialog = "2.0.0-rc"