[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.2"
[dependencies.windows]
features = ["Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.48.0"
[package]
authors = ["7ap"]
description = "💉 Simple LoadLibrary DLL injector."
documentation = "https://docs.rs/attach"
edition = "2021"
license = "MIT"
name = "attach"
readme = "README.md"
repository = "https://github.com/7ap/attach/"
version = "0.1.0"