mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Put logging time behind log_debug
This commit is contained in:
+2
-2
@@ -29,13 +29,13 @@ members = [
|
||||
default = []
|
||||
|
||||
log = []
|
||||
log_debug = ["log"]
|
||||
log_debug = ["log", "chrono"]
|
||||
|
||||
obfuscate_aes = ["ush-obfuscate/obfuscate_aes"]
|
||||
obfuscate_ref = ["ush-obfuscate/obfuscate_ref"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { workspace = true }
|
||||
chrono = { workspace = true, optional = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user