add license
update dependencies
This commit is contained in:
+1
-1
Submodule library updated: 51005720ed...979c717cc0
Generated
+989
-367
File diff suppressed because it is too large
Load Diff
@@ -2,19 +2,22 @@
|
||||
name = "ipass-gui"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
license = "GNU GPLv3"
|
||||
description = "A Password manager"
|
||||
repository = "https://git.ipost.rocks/Code002Lover/IPass-GUI"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.0.0-alpha.6", features = [] }
|
||||
tauri-build = { version = "2.0.0-alpha.8", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "2.0.0-alpha.10", features = [] }
|
||||
tauri = { version = "2.0.0-alpha.12", features = [] }
|
||||
ip_lib = { path = "../library/" }
|
||||
rand="0.8.5"
|
||||
open="4.2.0"
|
||||
open="5.0.0"
|
||||
tokio="1.28.2"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user