gdke/gdkeinj/Cargo.toml

14 lines
377 B
TOML
Raw Normal View History

2024-01-30 19:52:36 +00:00
[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]
2024-05-10 09:36:27 +00:00
poggers = { path = "../../poggers/poggers" }
2024-02-11 17:42:55 +00:00
poggers-derive = { git = "https://github.com/pozm/poggers.git" }
2024-02-11 17:41:56 +00:00
retour = { version = "0.3.1", features = ["static-detour"] }