Initial commit
This commit is contained in:
13
packages/leann-backend-diskann/third_party/DiskANN/rust/platform/Cargo.toml
vendored
Normal file
13
packages/leann-backend-diskann/third_party/DiskANN/rust/platform/Cargo.toml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT license.
|
||||
[package]
|
||||
name = "platform"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
log="0.4.18"
|
||||
winapi = { version = "0.3.9", features = ["errhandlingapi", "fileapi", "ioapiset", "handleapi", "winnt", "minwindef", "basetsd", "winerror", "winbase"] }
|
||||
|
||||
Reference in New Issue
Block a user