Module object

This commit is contained in:
Michael Mikovsky
2025-11-05 22:59:01 -07:00
parent f601c3a58e
commit ad6e6ffef2
5 changed files with 77 additions and 96 deletions
+11
View File
@@ -1,3 +1,5 @@
# cargo-features = ["trim-paths"]
[package]
name = "unshell-module-load"
version = "0.1.0"
@@ -9,3 +11,12 @@ log = "0.4.28"
pretty_env_logger = "0.5.0"
unshell-logger = {path = "../unshell-logger"}
unshell-modules = {path = "../unshell-modules"}
[profile.release]
strip = true # Strip symbols from the binary
opt-level = "z" # Optimize for size
lto = true # Link tree optimization
codegen-units = 1
panic = "abort"
debug = false # Remove debug
# trim-paths="all"