Rename stuff
This commit is contained in:
parent
68df680863
commit
993aea1048
3 changed files with 22 additions and 22 deletions
38
Cargo.lock
generated
38
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue