add license

update dependencies
This commit is contained in:
Code002Lover 2023-09-08 14:23:21 +02:00
parent e430ec9ced
commit ebad72d440
3 changed files with 996 additions and 371 deletions

@ -1 +1 @@
Subproject commit 51005720ed54043a5c08b38662ae27a9d779277f Subproject commit 979c717cc0ecc3f9a0c26ce868dafc2b20c3328c

1356
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,19 +2,22 @@
name = "ipass-gui" name = "ipass-gui"
version = "1.0.0" version = "1.0.0"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies] [build-dependencies]
tauri-build = { version = "2.0.0-alpha.6", features = [] } tauri-build = { version = "2.0.0-alpha.8", features = [] }
[dependencies] [dependencies]
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } 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/" } ip_lib = { path = "../library/" }
rand="0.8.5" rand="0.8.5"
open="4.2.0" open="5.0.0"
tokio="1.28.2" tokio="1.28.2"
[features] [features]