mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
12 lines
248 B
TOML
12 lines
248 B
TOML
[package]
|
|
name = "unshell-module-load"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libloading = "0.8.9"
|
|
log = "0.4.28"
|
|
pretty_env_logger = "0.5.0"
|
|
unshell-logger = {path = "../unshell-logger"}
|
|
unshell-modules = {path = "../unshell-modules"}
|