Add app api

This commit is contained in:
2023-10-05 07:22:12 +00:00
committed by GitHub
parent db101b5642
commit 25006a63c8
17 changed files with 543 additions and 55 deletions

7
Cargo.lock generated
View File

@@ -1084,6 +1084,12 @@ version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.6.3"
@@ -1465,6 +1471,7 @@ dependencies = [
"json",
"lazy_static",
"link-cplusplus",
"md5",
"modular-bitfield",
"multipart",
"openssl",