This commit is contained in:
Alan Smithee
2022-02-16 09:58:31 +09:00
10 changed files with 568 additions and 469 deletions

10
Cargo.lock generated
View File

@@ -846,6 +846,7 @@ dependencies = [
"hashbrown 0.12.0",
"hex 0.4.3",
"hhmmss",
"is_elevated",
"lazy_static",
"linked-hash-map",
"mopa",
@@ -1032,6 +1033,15 @@ dependencies = [
"libc",
]
[[package]]
name = "is_elevated"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5299060ff5db63e788015dcb9525ad9b84f4fd9717ed2cbdeba5018cbf42f9b5"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "itoa"
version = "0.4.8"