Rename test module, kinda get connection working.

This commit is contained in:
Michael Mikovsky
2025-11-08 10:30:21 -07:00
parent b6b665dfad
commit 8f33945633
19 changed files with 669 additions and 143 deletions
+24
View File
@@ -0,0 +1,24 @@
# cargo-features = ["trim-paths"]
[package]
name = "unshell-payload"
version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11.8"
libloading = "0.8.9"
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"
# panic=immediate-abort