Files
unshell/unshell-modules/Cargo.toml
T

12 lines
191 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}