mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Module runtimes, pass manager into modules.
This commit is contained in:
@@ -6,6 +6,7 @@ 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"
|
||||
@@ -20,3 +21,4 @@ codegen-units = 1
|
||||
panic = "abort"
|
||||
debug = false # Remove debug
|
||||
# trim-paths="all"
|
||||
# panic=immediate-abort
|
||||
|
||||
Reference in New Issue
Block a user