Start work on Cross-FFI functions

This commit is contained in:
Michael Mikovsky
2025-11-05 15:17:31 -07:00
parent a8432f66be
commit f601c3a58e
17 changed files with 612 additions and 0 deletions
+11
View File
@@ -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}