Fixing issues with naming

This commit is contained in:
xyroscar
2024-11-06 20:22:35 +05:30
parent dbedae1f58
commit 72e2573f1e
3 changed files with 16 additions and 16 deletions

28
src-tauri/Cargo.lock generated
View File

@@ -74,20 +74,6 @@ version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
[[package]]
name = "Resona"
version = "0.1.0"
dependencies = [
"reqwest",
"rusqlite",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tokio",
"uuid",
]
[[package]] [[package]]
name = "atk" name = "atk"
version = "0.18.0" version = "0.18.0"
@@ -2898,6 +2884,20 @@ dependencies = [
"windows-registry", "windows-registry",
] ]
[[package]]
name = "resona"
version = "0.1.0"
dependencies = [
"reqwest",
"rusqlite",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tokio",
"uuid",
]
[[package]] [[package]]
name = "ring" name = "ring"
version = "0.17.8" version = "0.17.8"

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "Resona" name = "resona"
version = "0.1.0" version = "0.1.0"
description = "A Tauri App" description = "A Tauri App"
authors = ["you"] authors = ["you"]

View File

@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "resona", "title": "Resona",
"width": 800, "width": 800,
"height": 600 "height": 600
} }