15 lines
435 B
TOML
15 lines
435 B
TOML
[package]
|
|
name = "image-help"
|
|
version = "0.1.0"
|
|
authors = ["Janis <janis@nirgendwo.xyz>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
winapi = {version = "0.3.9" , features = ["libloaderapi", "dbghelp", "ntdef", "processthreadsapi"] }
|
|
utils = { path = "../utils", features = ["win32-error"]}
|
|
lazy_static = "1.0.0"
|
|
thiserror = "1.0.0"
|
|
log = "0.4.0"
|