1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/plugins/example_rust/Cargo.toml
2021-12-03 09:24:41 +01:00

16 lines
254 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 = { path = "../libimhex-rust" }
[profile.release]
lto = true