[dependencies.winapi]
features = ["errhandlingapi", "handleapi", "libloaderapi", "memoryapi", "minwindef", "ntdef", "processthreadsapi", "synchapi", "winbase", "winnt"]
version = "0.3"
[package]
authors = ["Luna Catkins <lunarlambda@gmail.com>"]
description = "DLL injector with support for 32-bit and 64-bit targets."
edition = "2018"
license = "MIT"
name = "djin"
readme = "README.md"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu"]