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",
"hudsucker",
"is_elevated",
"libloading",
"once_cell",
"open",
"rcgen",
@@ -1887,16 +1886,6 @@ dependencies = [
"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]]
name = "line-wrap"
version = "0.1.1"