Cleanup part 3: Strip old stuff, unnecessary library

This commit is contained in:
Your Name
2023-02-20 18:39:08 -05:00
parent 3bb1ca9b1c
commit f7fde32897
5 changed files with 8 additions and 24 deletions

7
Cargo.lock generated
View File

@@ -6,7 +6,6 @@ version = 3
name = "auto_mute_tool"
version = "0.1.0"
dependencies = [
"widestring",
"windows",
]
@@ -45,12 +44,6 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
name = "widestring"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
[[package]]
name = "windows"
version = "0.44.0"