16 lines
284 B
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
|