Make debug logging into an optional feature

This commit is contained in:
Michael Mikovsky
2025-11-11 11:00:28 -07:00
parent 379b6a7e25
commit 258599c9c7
12 changed files with 151 additions and 38 deletions
+3
View File
@@ -2,6 +2,9 @@
name = "unshell-lib"
edition = "2024"
[features]
log_debug = []
[dependencies]
# Base dependencies
libloading = {version = "0.8.9"}