mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Start work on Cross-FFI functions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "unshell-modules"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["exec"]
|
||||
"exec" = ["libloading"]
|
||||
|
||||
[dependencies]
|
||||
libloading = {version = "0.8.9", optional = true}
|
||||
Reference in New Issue
Block a user