diff --git a/Cargo.lock b/Cargo.lock index 2cee9ae..de948fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,25 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "NEIN" -version = "0.1.0" -dependencies = [ - "chrono", - "curl", - "openssl", - "rand 0.8.5", - "ring-compat", - "rusqlite", - "serde", - "serde_json", - "tauri", - "tauri-build", - "tauri-plugin-fs", - "tauri-plugin-opener", - "tokio", -] - [[package]] name = "addr2line" version = "0.24.2" @@ -323,6 +304,25 @@ dependencies = [ "serde", ] +[[package]] +name = "bkbh" +version = "0.1.0" +dependencies = [ + "chrono", + "curl", + "openssl", + "rand 0.8.5", + "ring-compat", + "rusqlite", + "serde", + "serde_json", + "tauri", + "tauri-build", + "tauri-plugin-fs", + "tauri-plugin-opener", + "tokio", +] + [[package]] name = "block" version = "0.1.6" diff --git a/Cargo.toml b/Cargo.toml index e2994ae..c51920e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "NEIN" +name = "bkbh" version = "0.1.0" description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“" authors = ["Bianca Fürstenau"] diff --git a/tauri.conf.json b/tauri.conf.json index 5e15881..2e1ed07 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "bkbh", + "productName": "Nein!", "version": "0.1.0", "identifier": "de.mathebau.bkbh", "build": { @@ -10,7 +10,7 @@ "withGlobalTauri": true, "windows": [ { - "title": "bkbh", + "title": "Nein zur Bezahlkarte!", "width": 800, "height": 600 }