Make unshell-lib, and module system with components.

This commit is contained in:
Michael Mikovsky
2025-11-08 14:56:03 -07:00
parent 8f33945633
commit 3dba32264c
27 changed files with 461 additions and 311 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "unshell-lib"
version = "0.1.0"
edition = "2024"
[dependencies]
libloading = {version = "0.8.9"}
bincode = "2.0.1"
log = "0.4.28"
# unshell-modules = {path = "../unshell-modules"}