1
0
mirror of synced 2024-09-27 04:58:26 +02:00
ImHex/plugins/example_rust/Cargo.toml

16 lines
284 B
TOML

[package]
name = "example_rust"
version = "0.1.0"
authors = ["WerWolv <hey@werwolv.net>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
path = "source/plugin_example.rs"
[dependencies]
hex = { package = "libimhex-rs", path = "../../lib/libimhex-rs" }
[profile.release]
lto = true