mirror of https://github.com/pozm/gdke.git
14 lines
380 B
TOML
14 lines
380 B
TOML
[package]
|
|
name = "gdkeinj"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
poggers = { path = "../../poggers" }
|
|
poggers-derive = { path = "../../poggers/poggers-derive/" }
|
|
retour = { version = "0.3.1", features = ["static-detour", "thiscall-abi"] }
|