1
0
Fork 0
forked from wry/wry

logger: move logging into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:25:35 -04:00
parent 061991218f
commit f456905231
No known key found for this signature in database
10 changed files with 424 additions and 374 deletions

View file

@ -41,6 +41,7 @@ members = [
"sighand",
"pr-caps",
"bugs",
"logger",
"toml-config",
"algorithms",
"toml-spec",
@ -83,6 +84,7 @@ jay-cpu-worker = { version = "0.1.0", path = "cpu-worker" }
jay-sighand = { version = "0.1.0", path = "sighand" }
jay-pr-caps = { version = "0.1.0", path = "pr-caps" }
jay-bugs = { version = "0.1.0", path = "bugs" }
jay-logger = { version = "0.1.0", path = "logger" }
uapi = "0.2.13"
thiserror = "2.0.11"