Migrate Vikunja from electron to tauri #127

Open
CL0Pinette wants to merge 6 commits from CL0Pinette/desktop:migrate_to_tauri into main
Showing only changes of commit c22c2d9916 - Show all commits

28
src-tauri/Cargo.lock generated
View File

@ -44,20 +44,6 @@ version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "app"
version = "0.1.0"
dependencies = [
"portpicker",
"serde",
"serde_json",
"tauri",
"tauri-build",
"thread",
"tokio",
"warp",
]
[[package]]
name = "atk"
version = "0.15.1"
@ -3482,6 +3468,20 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vikunja-desktop"
version = "0.21.0"
dependencies = [
"portpicker",
"serde",
"serde_json",
"tauri",
"tauri-build",
"thread",
"tokio",
"warp",
]
[[package]]
name = "walkdir"
version = "2.3.2"