permissions

This commit is contained in:
John Smith
2022-05-18 14:09:21 -04:00
parent f4f5808df2
commit 9a54ee052c
7 changed files with 90 additions and 1 deletions

12
Cargo.lock generated
View File

@@ -4439,6 +4439,7 @@ dependencies = [
"maplit",
"ndk",
"ndk-glue",
"nix 0.23.1",
"no-std-net",
"num_cpus",
"once_cell",
@@ -4469,6 +4470,7 @@ dependencies = [
"webpki-roots 0.22.2",
"wee_alloc",
"winapi",
"windows-permissions",
"ws_stream_wasm",
"x25519-dalek-ng",
]
@@ -4805,6 +4807,16 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-permissions"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e2ccdc3c6bf4d4a094e031b63fadd08d8e42abd259940eb8aa5fdc09d4bf9be"
dependencies = [
"bitflags",
"winapi",
]
[[package]]
name = "windows-service"
version = "0.4.0"