diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9935342..29621b5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2,6 +2,17 @@ # It is not intended for manual editing. version = 4 +[[package]] +name = "Shark" +version = "0.1.0" +dependencies = [ + "serde", + "serde_json", + "tauri", + "tauri-build", + "tauri-plugin-opener", +] + [[package]] name = "addr2line" version = "0.25.1" @@ -3307,17 +3318,6 @@ dependencies = [ "digest", ] -[[package]] -name = "shark" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "tauri", - "tauri-build", - "tauri-plugin-opener", -] - [[package]] name = "shlex" version = "1.3.0" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5e5aef0..e3a3bda 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "shark" +name = "Shark" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "powered by tauri and sveltekit" +authors = ["markuryy"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3fab36d..e008cea 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "shark", + "title": "Shark!", "width": 800, "height": 600, "decorations": false diff --git a/src/app.html b/src/app.html index 099e9e2..caefe4e 100644 --- a/src/app.html +++ b/src/app.html @@ -5,7 +5,7 @@ -