mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
14 lines
162 B
TOML
14 lines
162 B
TOML
[package]
|
|
name = "ewext"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
[profile.release]
|
|
#lto = "thin"
|
|
|
|
[dependencies]
|
|
libloading = "0.8.5"
|