chore(server): use native file-type implementation (#6686)

This commit is contained in:
Brooooooklyn
2024-04-29 04:46:26 +00:00
parent f98db24391
commit 81729703d9
10 changed files with 25 additions and 47 deletions

7
Cargo.lock generated
View File

@@ -49,6 +49,7 @@ name = "affine_server_native"
version = "1.0.0"
dependencies = [
"chrono",
"file-format",
"napi",
"napi-build",
"napi-derive",
@@ -434,6 +435,12 @@ version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
[[package]]
name = "file-format"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ba1b81b3c213cf1c071f8bf3b83531f310df99642e58c48247272eef006cae5"
[[package]]
name = "filetime"
version = "0.2.23"