10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
name = "dyn-loader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
yggdrasil-rt = { path = "../../lib/runtime" }
|
|
elf = "0.7.4"
|
|
thiserror = "1.0.58"
|