Rename stuff

This commit is contained in:
Bianca Fürstenau 2025-02-20 07:10:11 +01:00
parent 68df680863
commit 993aea1048
3 changed files with 22 additions and 22 deletions

38
Cargo.lock generated
View file

@ -2,25 +2,6 @@
# It is not intended for manual editing. # It is not intended for manual editing.
version = 4 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]] [[package]]
name = "addr2line" name = "addr2line"
version = "0.24.2" version = "0.24.2"
@ -323,6 +304,25 @@ dependencies = [
"serde", "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]] [[package]]
name = "block" name = "block"
version = "0.1.6" version = "0.1.6"

View file

@ -1,5 +1,5 @@
[package] [package]
name = "NEIN" name = "bkbh"
version = "0.1.0" version = "0.1.0"
description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“" description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“"
authors = ["Bianca Fürstenau"] authors = ["Bianca Fürstenau"]

View file

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "bkbh", "productName": "Nein!",
"version": "0.1.0", "version": "0.1.0",
"identifier": "de.mathebau.bkbh", "identifier": "de.mathebau.bkbh",
"build": { "build": {
@ -10,7 +10,7 @@
"withGlobalTauri": true, "withGlobalTauri": true,
"windows": [ "windows": [
{ {
"title": "bkbh", "title": "Nein zur Bezahlkarte!",
"width": 800, "width": 800,
"height": 600 "height": 600
} }