summaryrefslogtreecommitdiffstats
path: root/build/rust/ntapi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'build/rust/ntapi/Cargo.toml')
-rw-r--r--build/rust/ntapi/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/rust/ntapi/Cargo.toml b/build/rust/ntapi/Cargo.toml
new file mode 100644
index 0000000000..ad1b4c85d0
--- /dev/null
+++ b/build/rust/ntapi/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "ntapi"
+version = "0.3.999"
+edition = "2018"
+license = "MPL-2.0"
+
+[lib]
+path = "lib.rs"
+
+[dependencies.ntapi]
+version = "0.4"