15 lines
261 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-17 23:32:07 +02:00
bytemuck = "1.19.0"
2024-11-06 20:58:31 +02:00
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }