Files
unshell/unshell-modules/Cargo.toml
T

13 lines
206 B
TOML
Raw Normal View History

2025-11-05 15:17:31 -07:00
[package]
name = "unshell-modules"
version = "0.1.0"
edition = "2024"
[features]
default = ["exec"]
"exec" = ["libloading"]
[dependencies]
libloading = {version = "0.8.9", optional = true}
2025-11-06 00:01:46 -07:00
log = "0.4.28"