chore: cleanup repo lockfiles and gitignores

This commit is contained in:
Lucas Nogueira
2022-01-09 15:18:14 -03:00
parent 9b4c47c4f8
commit 4fa5ec9606
24 changed files with 630 additions and 528 deletions

View File

@@ -2,9 +2,3 @@
# will have compiled files and executables
/target/
WixTools
# These are backup files generated by rustfmt
**/*.rs.bk
config.json
bundle.json

View File

@@ -293,6 +293,17 @@ dependencies = [
"system-deps 3.2.0",
]
[[package]]
name = "cargo_toml"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6d613611c914a7db07f28526941ce1e956d2f977b0c5e2014fbfa42230d420f"
dependencies = [
"serde",
"serde_derive",
"toml",
]
[[package]]
name = "cc"
version = "1.0.72"
@@ -3089,9 +3100,9 @@ name = "tauri-build"
version = "1.0.0-beta.4"
dependencies = [
"anyhow",
"cargo_toml",
"serde_json",
"tauri-utils",
"toml_edit",
"winres",
]
@@ -3297,15 +3308,15 @@ dependencies = [
]
[[package]]
name = "toml_edit"
version = "0.5.0"
name = "tracing"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a0ddb4919e3b49fe9e08e7921d69445bb00ce95a2ea807bb8826cde6610455"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
"combine",
"indexmap",
"itertools",
"kstring",
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]