Fix cargo app name

This commit is contained in:
Bruno Bernardino 2021-12-30 12:31:59 +00:00
parent c9bef62f82
commit 58ee1362a7
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
2 changed files with 11 additions and 11 deletions

View File

@ -2,6 +2,16 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "Padloc"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]]
name = "adler"
version = "1.0.2"
@ -38,16 +48,6 @@ version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]]
name = "app"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]]
name = "arrayref"
version = "0.3.6"

View File

@ -5,7 +5,7 @@ description = "Padloc"
authors = [ "you" ]
license = ""
repository = "https://github.com/padloc/padloc"
default-run = "app"
default-run = "Padloc"
edition = "2018"
build = "src/build.rs"