14 lines
241 B
TOML
Raw Normal View History

[package]
name = "dyn-loader"
version = "0.1.0"
edition = "2021"
[dependencies]
yggdrasil-rt.workspace = true
thiserror.workspace = true
elf = "0.7.4"
2024-11-06 20:58:31 +02:00
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }