mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
12 lines
191 B
TOML
12 lines
191 B
TOML
[package]
|
|
name = "unshell-modules"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
default = ["exec"]
|
|
"exec" = ["libloading"]
|
|
|
|
[dependencies]
|
|
libloading = {version = "0.8.9", optional = true}
|