14 lines
241 B
TOML

[package]
name = "dyn-loader"
version = "0.1.0"
edition = "2021"
[dependencies]
yggdrasil-rt.workspace = true
thiserror.workspace = true
elf = "0.7.4"
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }