1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

rename to spacebar

This commit is contained in:
Puyodead1 2023-09-14 23:04:13 -04:00 committed by Puyodead1
parent 8260d8020a
commit 2ca1a17702
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE
2 changed files with 13 additions and 12 deletions

20
src-tauri/Cargo.lock generated
View File

@ -62,16 +62,6 @@ version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "app"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.0.0-alpha.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "async-broadcast"
version = "0.5.1"
@ -2948,6 +2938,16 @@ dependencies = [
"system-deps",
]
[[package]]
name = "spacebar"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.0.0-alpha.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"

View File

@ -1,5 +1,5 @@
[package]
name = "app"
name = "spacebar"
version = "0.1.0"
description = "Spacebar Client"
authors = ["Puyodead1"]
@ -18,7 +18,8 @@ tauri-build = { version = "2.0.0-alpha", features = [] }
[dependencies]
# tauri = { version = "2.0.0-alpha", features = [] }
tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "dev", features = [] }
tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "dev", features = [
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"