Remove unused metadata-related things

This commit is contained in:
Brian Bowman
2022-07-20 06:38:01 -05:00
parent 22a416ebd8
commit 7659e9831a
4 changed files with 1 additions and 13 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -719,7 +719,6 @@ dependencies = [
"http", "http",
"hudsucker", "hudsucker",
"is_elevated", "is_elevated",
"libloading",
"once_cell", "once_cell",
"open", "open",
"rcgen", "rcgen",
@@ -1887,16 +1886,6 @@ dependencies = [
"pkg-config", "pkg-config",
] ]
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
[[package]] [[package]]
name = "line-wrap" name = "line-wrap"
version = "0.1.1" version = "0.1.1"

View File

@@ -56,7 +56,6 @@ futures-util = "0.3.14"
rcgen = { version = "0.9", features = ["x509-parser"] } rcgen = { version = "0.9", features = ["x509-parser"] }
# metadata stuff # metadata stuff
libloading = "0.7"
regex = "1" regex = "1"
# other # other

Binary file not shown.

View File

@@ -40,7 +40,7 @@
"providerShortName": null, "providerShortName": null,
"signingIdentity": null "signingIdentity": null
}, },
"resources": ["lang/*.json", "keys/*", "./mhycrypto.dll"], "resources": ["lang/*.json", "keys/*"],
"targets": "all", "targets": "all",
"windows": { "windows": {
"allowDowngrades": false, "allowDowngrades": false,