From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- build/rust/ntapi/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/rust/ntapi/Cargo.toml (limited to 'build/rust/ntapi/Cargo.toml') 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" -- cgit v1.2.3