From e6b5ffaf71357abcb9bd94e753c0a9fcc2a6a643 Mon Sep 17 00:00:00 2001 From: Vincent Yiu <3596242+vysecurity@users.noreply.github.com> Date: Sat, 2 Apr 2022 02:47:51 +0800 Subject: [PATCH] Update Cargo.toml Fixed an error. --- Create_DLL/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Create_DLL/Cargo.toml b/Create_DLL/Cargo.toml index 99a7609..8a06abf 100644 --- a/Create_DLL/Cargo.toml +++ b/Create_DLL/Cargo.toml @@ -5,7 +5,6 @@ edition = "2018" author = "trickster0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] [dependencies] winapi = { version = "0.3.9", features = ["minwindef","winuser"] }