Files
Vincent Yiu e6b5ffaf71 Update Cargo.toml
Fixed an error.
2022-04-02 02:47:51 +08:00

13 lines
298 B
TOML

[package]
name = "Create_DLL"
version = "0.1.0"
edition = "2018"
author = "trickster0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winapi = { version = "0.3.9", features = ["minwindef","winuser"] }
[lib]
crate-type = ["cdylib"]